This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 6770bfc7f0 [fix](pipeline) adjust mem limit to 30% (#14523) 6770bfc7f0 is described below commit 6770bfc7f0fa490c05171376659cc35f80bb6c43 Author: chunping <cece_m...@163.com> AuthorDate: Wed Nov 23 20:07:45 2022 +0800 [fix](pipeline) adjust mem limit to 30% (#14523) --- regression-test/pipeline/p0/conf/be.conf | 2 +- regression-test/pipeline/p1/conf/be.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-test/pipeline/p0/conf/be.conf b/regression-test/pipeline/p0/conf/be.conf index b005738291..4968f7857e 100644 --- a/regression-test/pipeline/p0/conf/be.conf +++ b/regression-test/pipeline/p0/conf/be.conf @@ -26,7 +26,7 @@ webserver_port = 8141 heartbeat_service_port = 9151 brpc_port = 8161 -mem_limit = 20% +mem_limit = 30% disable_minidump = true path_gc_check_interval_second=1 max_garbage_sweep_interval=180 diff --git a/regression-test/pipeline/p1/conf/be.conf b/regression-test/pipeline/p1/conf/be.conf index 1cbf834a0b..068378276b 100644 --- a/regression-test/pipeline/p1/conf/be.conf +++ b/regression-test/pipeline/p1/conf/be.conf @@ -26,7 +26,7 @@ webserver_port = 8142 heartbeat_service_port = 9152 brpc_port = 8162 -mem_limit = 20% +mem_limit = 30% disable_minidump = true path_gc_check_interval_second=1 max_garbage_sweep_interval=180 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org