++ schedule wb trino coordinator on processing
This commit is contained in:
parent
89d5bc0f09
commit
1017f93c6e
@ -109,6 +109,13 @@ spec:
|
|||||||
memory: 6Gi
|
memory: 6Gi
|
||||||
limits:
|
limits:
|
||||||
memory: 8Gi
|
memory: 8Gi
|
||||||
|
nodeSelector:
|
||||||
|
dedicated: processing-light
|
||||||
|
tolerations:
|
||||||
|
- key: dedicated
|
||||||
|
operator: Equal
|
||||||
|
value: processing-light
|
||||||
|
effect: NoSchedule
|
||||||
worker:
|
worker:
|
||||||
jvm:
|
jvm:
|
||||||
maxHeapSize: 24G
|
maxHeapSize: 24G
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user