]> git.eshelyaron.com Git - emacs.git/commitdiff
(init_alloc_once): Increase gc_cons_threshold to 300000.
authorRichard M. Stallman <rms@gnu.org>
Fri, 17 Mar 1995 07:41:02 +0000 (07:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 17 Mar 1995 07:41:02 +0000 (07:41 +0000)
src/alloc.c

index e7416bf7f317baac12364f18b1a9ee559919d226..d33615ad38d908cebde975126616d27ae4a724c8 100644 (file)
@@ -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 */