mirror of https://github.com/ledisdb/ledisdb.git
update store bench
This commit is contained in:
parent
1cb40204fa
commit
e0124cb64a
|
@ -92,6 +92,8 @@ func setRocksDB(cfg *config.RocksDBConfig) {
|
|||
cfg.CacheSize = 512 * MB
|
||||
cfg.EnableStatistics = true
|
||||
cfg.StatsDumpPeriodSec = 5
|
||||
cfg.Level0FileNumCompactionTrigger = 8
|
||||
cfg.MaxBytesForLevelMultiplier = 8
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Reference in New Issue