wip, storage tuning

This commit is contained in:
voidlizard 2025-06-09 10:12:33 +03:00
parent 1eb0159b2d
commit c5dd315ab5
1 changed files with 1 additions and 1 deletions

View File

@ -1266,7 +1266,7 @@ ncqStorageInit_ check path = do
let ncqQLen = 32000 let ncqQLen = 32000
let ncqSyncSize = 32 * (1024 ^ 2) let ncqSyncSize = 32 * (1024 ^ 2)
let ncqMinLog = 1024 * (1024 ^ 2) let ncqMinLog = 1024 * (1024 ^ 2)
let ncqMaxSegments = 64 let ncqMaxSegments = 16
let ncqCompactTreshold = 128 * 1024^2 let ncqCompactTreshold = 128 * 1024^2
let ncqMaxCached = 128 let ncqMaxCached = 128