Unverified Commit 1abab09f authored by Evan Vigil-McClanahan's avatar Evan Vigil-McClanahan Committed by GitHub
Browse files

Merge pull request #673 from helium/jsk/bump-max_write_buffer_number

Bump rocksdb buffers
parents 1b74d5d1 1c2ed9a2
Showing with 1 addition and 1 deletion
+1 -1
......@@ -75,7 +75,7 @@
{arena_block_size, 262144}, % 256kB
{write_buffer_size, 262144}, % 256kB
{db_write_buffer_size, 8388608}, % 8MB
{max_write_buffer_number, 8},
{max_write_buffer_number, 10},
{keep_log_file_num, 5}
]}
]},
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment