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