diff --git a/test/test-stress.c b/test/test-stress.c index 61aeabf5..e138ffb0 100644 --- a/test/test-stress.c +++ b/test/test-stress.c @@ -306,6 +306,9 @@ int main(int argc, char** argv) { #if !defined(NDEBUG) && !defined(USE_STD_MALLOC) // mi_option_set(mi_option_arena_reserve, 32 * 1024 /* in kib = 32MiB */); #endif + #if defined(NDEBUG) && !defined(USE_STD_MALLOC) + // mi_option_set(mi_option_purge_delay,-1); + #endif #ifndef USE_STD_MALLOC mi_stats_reset(); #endif @@ -352,8 +355,8 @@ int main(int argc, char** argv) { mi_collect(true); mi_debug_show_arenas(true,false,false); #else - mi_collect(false); - mi_debug_show_arenas(true,false,false); + // mi_collect(false); + // mi_debug_show_arenas(true,false,false); // mi_stats_print(NULL); #endif #else