Mercurial > emacs
diff src/alloc.c @ 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 | 2d9bdf1ba3d1 |
children | 054ecfce1820 |
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 */