forked from mirror/ledisdb
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.CacheSize = 512 * MB
|
||||||
cfg.EnableStatistics = true
|
cfg.EnableStatistics = true
|
||||||
cfg.StatsDumpPeriodSec = 5
|
cfg.StatsDumpPeriodSec = 5
|
||||||
|
cfg.Level0FileNumCompactionTrigger = 8
|
||||||
|
cfg.MaxBytesForLevelMultiplier = 8
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
Loading…
Reference in New Issue