Skip to content

Commit

Permalink
[fix] [bookie] Fix RocksDB configuration (#21157)
Browse files Browse the repository at this point in the history
  • Loading branch information
hangc0276 authored and Technoboy- committed Sep 25, 2023
1 parent b877344 commit 0524cb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/entry_location_rocksdb.conf
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
max_bytes_for_level_base=268435456
# set by jni: options.setTargetFileSizeBase
target_file_size_base=67108864
# set by jni: options.setLevelCompactionDynamicLevelBytes
level_compaction_dynamic_level_bytes=true

[TableOptions/BlockBasedTable "default"]
# set by jni: tableOptions.setBlockSize
Expand All @@ -66,5 +68,3 @@
filter_policy=rocksdb.BloomFilter:10:false
# set by jni: tableOptions.setCacheIndexAndFilterBlocks
cache_index_and_filter_blocks=true
# set by jni: options.setLevelCompactionDynamicLevelBytes
level_compaction_dynamic_level_bytes=true

0 comments on commit 0524cb9

Please sign in to comment.