mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Avoid the creation of large numbers of small LDB files.
This commit is contained in:
@@ -515,7 +515,8 @@ int Config::getSize(SizedItemName item)
|
||||
{ siLineCacheAge, { 500, 600, 1800, 3600, 7200 } },
|
||||
{ siHashNodeDBCache, { 24, 48, 64, 128, 256 } },
|
||||
{ siTxnDBCache, { 4, 12, 48, 96, 192 } },
|
||||
{ siLgrDBCache, { 4, 8, 32, 64, 128 } }
|
||||
{ siLgrDBCache, { 4, 8, 32, 64, 128 } },
|
||||
{ siLDBWriteSize, { 8, 16, 32, 64, 128 } }
|
||||
};
|
||||
|
||||
for (int i = 0; i < (sizeof(sizeTable) / sizeof(SizedItem)); ++i)
|
||||
|
||||
Reference in New Issue
Block a user