changeset 11048:3f19a379eb99

(init_alloc_once): Increase gc_cons_threshold to 300000.
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Mar 1995 07:41:02 +0000
parents a6e2398557f6
children bea4edc27f01
files src/alloc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/alloc.c	Fri Mar 17 00:46:57 1995 +0000
+++ b/src/alloc.c	Fri Mar 17 07:41:02 1995 +0000
@@ -2359,7 +2359,7 @@
   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 */