add query queue regression test (#27613)

This commit is contained in:
wangbo
2023-11-29 10:00:20 +08:00
committed by GitHub
parent b3111e47ff
commit 9870817def
2 changed files with 25 additions and 3 deletions

View File

@ -183,7 +183,7 @@ public class WorkloadGroupMgr implements Writable, GsonPostProcessable {
return;
}
Map<String, String> properties = Maps.newHashMap();
properties.put(WorkloadGroup.CPU_SHARE, "10");
properties.put(WorkloadGroup.CPU_SHARE, "1024");
properties.put(WorkloadGroup.MEMORY_LIMIT, "30%");
properties.put(WorkloadGroup.ENABLE_MEMORY_OVERCOMMIT, "true");
defaultWorkloadGroup = WorkloadGroup.create(DEFAULT_GROUP_NAME, properties);