feat(scheduler): 调整b12的资源限制

反正也没有备用集群的需求,一个集群用到头就好
This commit is contained in:
v-zhangjc9
2024-10-14 14:26:27 +08:00
parent 3f8652395c
commit 73f7d3085a

View File

@@ -23,7 +23,7 @@ public class B12Cluster extends Cluster {
Constants.COMPACTION_QUEUE_B12,
AvailableStrategy.and(
new QueueSizeLimit(client, Constants.COMPACTION_QUEUE_B12, 20),
new YarnQueueUsedLimit(yarnService, Constants.CLUSTER_B12, "default", 0.9)
new YarnQueueUsedLimit(yarnService, Constants.CLUSTER_B12, "default", 1.0)
)
);
}