revert GC block cache to reasonable size
This commit is contained in:
parent
5c0956d7b1
commit
04e75dd82a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user