This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new 44fa86040fb branch-2.1: [Enhancement](compaction)Optimize compaction task permit allocation #45197 (#45243) 44fa86040fb is described below commit 44fa86040fbdb7d7a408f41dcf106908e3156c63 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Dec 11 14:35:07 2024 +0800 branch-2.1: [Enhancement](compaction)Optimize compaction task permit allocation #45197 (#45243) Cherry-picked from #45197 Co-authored-by: abmdocrt <lianyuk...@selectdb.com> --- be/src/common/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp index 9b828651865..1d3b5ca3959 100644 --- a/be/src/common/config.cpp +++ b/be/src/common/config.cpp @@ -463,7 +463,7 @@ DEFINE_mInt32(cumulative_compaction_max_deltas_factor, "10"); DEFINE_mInt32(multi_get_max_threads, "10"); // The upper limit of "permits" held by all compaction tasks. This config can be set to limit memory consumption for compaction. -DEFINE_mInt64(total_permits_for_compaction_score, "10000"); +DEFINE_mInt64(total_permits_for_compaction_score, "1000000"); // sleep interval in ms after generated compaction tasks DEFINE_mInt32(generate_compaction_tasks_interval_ms, "100"); --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org