revert GC block cache to reasonable size

This commit is contained in:
Matthew Flatt 2011-10-11 14:36:53 -06:00
parent 5c0956d7b1
commit 04e75dd82a

View File

@ -13,7 +13,7 @@
#define BLOCKFREE_UNMAP_AGE 3 #define BLOCKFREE_UNMAP_AGE 3
/* Controls size of the cache */ /* 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: */ /* Controls how many extra pages are requested from OS at a time: */
#define CACHE_SEED_PAGES 16 #define CACHE_SEED_PAGES 16