summaryrefslogtreecommitdiff
path: root/src/alloc.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-03-17 07:41:02 +0000
committerRichard M. Stallman <rms@gnu.org>1995-03-17 07:41:02 +0000
commit7b83b41a3dface0e322be2e91fe2e54e0d64bdd8 (patch)
tree967706891609bca12cf6162cfe38ceb99cd5df88 /src/alloc.c
parentea38f2a6b2c101f99117f2aab0482688ced8477b (diff)
downloademacs-7b83b41a3dface0e322be2e91fe2e54e0d64bdd8.tar.gz
(init_alloc_once): Increase gc_cons_threshold to 300000.
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
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 */