[branch-2.1]Remove memory sum check (#52055)

This commit is contained in:
wangbo
2025-06-24 14:08:28 +08:00
committed by GitHub
parent 4cb66f3a40
commit 667510f71b
3 changed files with 10 additions and 3 deletions

View File

@ -1878,6 +1878,9 @@ public class Config extends ConfigBase {
@ConfField(mutable = true, varType = VariableAnnotation.EXPERIMENTAL)
public static boolean enable_workload_group = true;
@ConfField(mutable = true, varType = VariableAnnotation.EXPERIMENTAL)
public static boolean enable_wg_memory_sum_limit = true;
@ConfField(mutable = true)
public static boolean enable_query_queue = true;