Skip to content

Commit 44db9a0

Browse files
hangc0276Technoboy-
authored andcommitted
[fix] [bookie] Fix RocksDB configuration (#21157)
1 parent 298a320 commit 44db9a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

conf/entry_location_rocksdb.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
max_bytes_for_level_base=268435456
5353
# set by jni: options.setTargetFileSizeBase
5454
target_file_size_base=67108864
55+
# set by jni: options.setLevelCompactionDynamicLevelBytes
56+
level_compaction_dynamic_level_bytes=true
5557

5658
[TableOptions/BlockBasedTable "default"]
5759
# set by jni: tableOptions.setBlockSize
@@ -66,5 +68,3 @@
6668
filter_policy=rocksdb.BloomFilter:10:false
6769
# set by jni: tableOptions.setCacheIndexAndFilterBlocks
6870
cache_index_and_filter_blocks=true
69-
# set by jni: options.setLevelCompactionDynamicLevelBytes
70-
level_compaction_dynamic_level_bytes=true

0 commit comments

Comments
 (0)