diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
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 */ |