Skip to content

Commit

Permalink
fix: increase max_write_buffer_number and double ``write_buffer_s…
Browse files Browse the repository at this point in the history
…ize``
  • Loading branch information
Ahmad-mtos committed Nov 7, 2024
1 parent 7fd6740 commit 5444bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions memory-store/options
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@
memtable_protection_bytes_per_key=0
target_file_size_multiplier=1
report_bg_io_stats=false
write_buffer_size=67108864
write_buffer_size=134217728
memtable_huge_page_size=0
max_successive_merges=0
max_write_buffer_number=2
max_write_buffer_number=5
prefix_extractor=rocksdb.CappedPrefix.9
bottommost_compression_opts={checksum=false;max_dict_buffer_bytes=0;enabled=false;max_dict_bytes=0;max_compressed_bytes_per_kb=896;parallel_threads=1;zstd_max_train_bytes=0;level=32767;use_zstd_dict_trainer=true;strategy=0;window_bits=-14;}
paranoid_file_checks=false
Expand Down

0 comments on commit 5444bfb

Please sign in to comment.