Align cache with default
Stop L0 from growing too large i.e. 127 * 4K is more than 10 times bigger than the default.
This commit is contained in:
parent
aea20de4b9
commit
fd2e0e870c
3 changed files with 12 additions and 18 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
%% @doc The key size of the Bookie's in-memory cache
|
||||
{mapping, "leveled.cache_size", "leveled.cache_size", [
|
||||
{default, 4000},
|
||||
{default, 2500},
|
||||
{datatype, integer},
|
||||
hidden
|
||||
]}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue