Skip to content

Commit

Permalink
MOD: rocksdb.target_file_size_base default to 128
Browse files Browse the repository at this point in the history
  • Loading branch information
karelrooted committed Sep 3, 2020
1 parent 4d76eae commit 28110ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kvrocks.conf
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ rocksdb.write_buffer_size 64
# by target_file_size_base * (target_file_size_multiplier ^ (L-1))
#
# Default: 256MB
rocksdb.target_file_size_base 256
rocksdb.target_file_size_base 128

# The maximum number of write buffers that are built up in memory.
# The default and the minimum number is 2, so that when 1 write buffer
Expand Down

0 comments on commit 28110ab

Please sign in to comment.