update store bench

This commit is contained in:
siddontang 2014-10-24 13:04:34 +08:00
parent 1cb40204fa
commit e0124cb64a
1 changed files with 2 additions and 0 deletions

View File

@ -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() {