diff --git a/src/options.c b/src/options.c index 767a7c35..382dd65e 100644 --- a/src/options.c +++ b/src/options.c @@ -80,7 +80,7 @@ static mi_option_desc_t options[_mi_option_last] = { 1, UNINIT, MI_OPTION(eager_commit_delay) }, // the first N segments per thread are not eagerly committed #endif { 1, UNINIT, MI_OPTION(allow_decommit) }, // decommit pages when not eager committed - { 100, UNINIT, MI_OPTION(reset_delay) }, // reset delay in milli-seconds + { 250, UNINIT, MI_OPTION(reset_delay) }, // reset delay in milli-seconds { 1000, 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