From 74ea69b7847debd1e5e78909234bc3795fa36c4b Mon Sep 17 00:00:00 2001 From: daan Date: Sun, 3 May 2020 16:33:29 -0700 Subject: [PATCH] increase default arena reset delay (behaves better on 36+ core systems) --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index 1616e9a6..c87492fd 100644 --- a/src/options.c +++ b/src/options.c @@ -81,7 +81,7 @@ static mi_option_desc_t options[_mi_option_last] = #endif { 1, UNINIT, MI_OPTION(allow_decommit) }, // decommit pages when not eager committed { 250, UNINIT, MI_OPTION(reset_delay) }, // reset delay in milli-seconds - { 250, UNINIT, MI_OPTION(arena_reset_delay) }, // reset delay in milli-seconds + { 500, UNINIT, MI_OPTION(arena_reset_delay) }, // reset delay in milli-seconds { 0, UNINIT, MI_OPTION(use_numa_nodes) }, // 0 = use available numa nodes, otherwise use at most N nodes. { 100, UNINIT, MI_OPTION(os_tag) }, // only apple specific for now but might serve more or less related purpose { 16, UNINIT, MI_OPTION(max_errors) } // maximum errors that are output