This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push: new 338417017a6 branch-3.0: [Enhancement](compaction)Optimize compaction task permit allocation #45197 (#45242) 338417017a6 is described below commit 338417017a6f549c29c06274998f179105806a48 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Dec 11 14:35:36 2024 +0800 branch-3.0: [Enhancement](compaction)Optimize compaction task permit allocation #45197 (#45242) 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 a1d168e9802..b73c4aae7a0 100644 --- a/be/src/common/config.cpp +++ b/be/src/common/config.cpp @@ -452,7 +452,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