diff --git a/gc_boehm.c b/gc_boehm.c index 96ac960..7c91caf 100644 --- a/gc_boehm.c +++ b/gc_boehm.c @@ -637,7 +637,7 @@ static void runFinalizers(void) PRIVATE void init_gc(void) { //GC_no_dls = 1; - GC_enable_incremental(); + //GC_enable_incremental(); GC_INIT(); char *envValue; // Dump GC stats on exit - uncomment when debugging.