[config](load) set default memtable_flush_running_count_limit to 2 (#30146)

This commit is contained in:
Kaijie Chen
2024-01-22 09:58:49 +08:00
committed by yiguolei
parent 332b9cb619
commit 9dd368f8dc

View File

@ -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%