diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp index 1a75659c9e..932e24110b 100644 --- a/be/src/common/config.cpp +++ b/be/src/common/config.cpp @@ -1112,7 +1112,7 @@ DEFINE_Bool(enable_flush_file_cache_async, "true"); // cgroup DEFINE_mString(doris_cgroup_cpu_path, ""); -DEFINE_mBool(enable_cgroup_cpu_soft_limit, "true"); +DEFINE_mBool(enable_cgroup_cpu_soft_limit, "false"); DEFINE_Bool(ignore_always_true_predicate_for_segment, "true"); diff --git a/regression-test/pipeline/p0/conf/fe.conf b/regression-test/pipeline/p0/conf/fe.conf index c54c23d53b..593f659a20 100644 --- a/regression-test/pipeline/p0/conf/fe.conf +++ b/regression-test/pipeline/p0/conf/fe.conf @@ -101,3 +101,6 @@ label_keep_max_second = 300 # job test configurations #allows the creation of jobs with an interval of second enable_job_schedule_second_for_test = true + +enable_workload_group = true +