From 2808c9f4c871a32752d8e6e32fc3841cd1a0fd2e Mon Sep 17 00:00:00 2001 From: daan Date: Mon, 13 Jan 2020 18:01:52 -0800 Subject: [PATCH] default to non-eager commit --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index d3d9f9be..328fb86e 100644 --- a/src/options.c +++ b/src/options.c @@ -56,7 +56,7 @@ static mi_option_desc_t options[_mi_option_last] = { 0, UNINIT, MI_OPTION(verbose) }, // the following options are experimental and not all combinations make sense. - { 1, UNINIT, MI_OPTION(eager_commit) }, // commit on demand + { 0, UNINIT, MI_OPTION(eager_commit) }, // commit on demand #if defined(_WIN32) || (MI_INTPTR_SIZE <= 4) // and other OS's without overcommit? { 0, UNINIT, MI_OPTION(eager_region_commit) }, { 1, UNINIT, MI_OPTION(reset_decommits) }, // reset decommits memory