Skip to content

Commit

Permalink
[config](load) set default memtable_flush_running_count_limit to 2 (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
kaijchen authored Jan 22, 2024
1 parent 45ca7d5 commit 7ecf4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/common/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ DEFINE_mInt64(write_buffer_size, "104857600");
// max buffer size used in memtable for the aggregated table, default 400MB
DEFINE_mInt64(write_buffer_size_for_agg, "419430400");
// max parallel flush task per memtable writer
DEFINE_mInt32(memtable_flush_running_count_limit, "5");
DEFINE_mInt32(memtable_flush_running_count_limit, "2");

DEFINE_Int32(load_process_max_memory_limit_percent, "50"); // 50%

Expand Down

0 comments on commit 7ecf4e7

Please sign in to comment.