mirror of https://github.com/voidlizard/hbs2
wip, storage tuning
This commit is contained in:
parent
1eb0159b2d
commit
c5dd315ab5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue