mirror of
https://github.com/Xahau/xahaud.git
synced 2026-07-30 10:30:09 +00:00
Increase the size of the tree cache:
This change will not significantly increase memory consumption because most entries are pinned anyway.
This commit is contained in:
@@ -603,7 +603,7 @@ int Config::getSize (SizedItemName item)
|
||||
{ siNodeCacheSize, { 16384, 32768, 131072, 262144, 0 } },
|
||||
{ siNodeCacheAge, { 60, 90, 120, 900, 0 } },
|
||||
|
||||
{ siTreeCacheSize, { 8192, 65536, 131072, 131072, 0 } },
|
||||
{ siTreeCacheSize, { 128000, 256000, 512000, 768000, 0 } },
|
||||
{ siTreeCacheAge, { 30, 60, 90, 120, 900 } },
|
||||
|
||||
{ siSLECacheSize, { 4096, 8192, 16384, 65536, 0 } },
|
||||
|
||||
Reference in New Issue
Block a user