diff --git a/src/racket/gc2/alloc_cache.c b/src/racket/gc2/alloc_cache.c index 786fdcac3d..ea0210a34e 100644 --- a/src/racket/gc2/alloc_cache.c +++ b/src/racket/gc2/alloc_cache.c @@ -13,7 +13,7 @@ #define BLOCKFREE_UNMAP_AGE 3 /* Controls size of the cache */ -#define BLOCKFREE_CACHE_SIZE 3000 +#define BLOCKFREE_CACHE_SIZE 96 /* Controls how many extra pages are requested from OS at a time: */ #define CACHE_SEED_PAGES 16