aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorRichard M. Stallman1995-03-17 07:41:02 +0000
committerRichard M. Stallman1995-03-17 07:41:02 +0000
commitd32625c0fe6699d612cda79b33cd7022f037ff5c (patch)
treec541433d96560a4667e884677eb675199c114d3b /src/alloc.c
parentb9c5136fd6b10fb04072ccee411697246cfe85dc (diff)
downloademacs-d32625c0fe6699d612cda79b33cd7022f037ff5c.tar.gz
emacs-d32625c0fe6699d612cda79b33cd7022f037ff5c.zip
(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 ()
2359 gcprolist = 0; 2359 gcprolist = 0;
2360 staticidx = 0; 2360 staticidx = 0;
2361 consing_since_gc = 0; 2361 consing_since_gc = 0;
2362 gc_cons_threshold = 100000; 2362 gc_cons_threshold = 300000;
2363#ifdef VIRT_ADDR_VARIES 2363#ifdef VIRT_ADDR_VARIES
2364 malloc_sbrk_unused = 1<<22; /* A large number */ 2364 malloc_sbrk_unused = 1<<22; /* A large number */
2365 malloc_sbrk_used = 100000; /* as reasonable as any number */ 2365 malloc_sbrk_used = 100000; /* as reasonable as any number */