open workload group in PR pipeline (#27744)
This commit is contained in:
@ -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");
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user