From d32625c0fe6699d612cda79b33cd7022f037ff5c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 17 Mar 1995 07:41:02 +0000 Subject: [PATCH] (init_alloc_once): Increase gc_cons_threshold to 300000. --- src/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alloc.c b/src/alloc.c index e7416bf7f31..d33615ad38d 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -2359,7 +2359,7 @@ init_alloc_once () gcprolist = 0; staticidx = 0; consing_since_gc = 0; - gc_cons_threshold = 100000; + gc_cons_threshold = 300000; #ifdef VIRT_ADDR_VARIES malloc_sbrk_unused = 1<<22; /* A large number */ malloc_sbrk_used = 100000; /* as reasonable as any number */ -- 2.39.5