++ tune trino memory for wb
This commit is contained in:
parent
8aec298543
commit
89d5bc0f09
@ -16,10 +16,16 @@ spec:
|
|||||||
enabled: false
|
enabled: false
|
||||||
server:
|
server:
|
||||||
workers: 1
|
workers: 1
|
||||||
|
log:
|
||||||
|
trino:
|
||||||
|
level: INFO
|
||||||
config:
|
config:
|
||||||
authenticationType: ""
|
authenticationType: ""
|
||||||
|
query:
|
||||||
|
maxMemory: 20GB
|
||||||
autoscaling:
|
autoscaling:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
additionalLogProperties: []
|
||||||
auth:
|
auth:
|
||||||
passwordAuthSecret: ""
|
passwordAuthSecret: ""
|
||||||
env:
|
env:
|
||||||
@ -90,19 +96,33 @@ spec:
|
|||||||
connector.name=tpch
|
connector.name=tpch
|
||||||
tpch.splits-per-node=4
|
tpch.splits-per-node=4
|
||||||
coordinator:
|
coordinator:
|
||||||
|
jvm:
|
||||||
|
maxHeapSize: 6G
|
||||||
|
config:
|
||||||
|
memory:
|
||||||
|
heapHeadroomPerNode: 1GB
|
||||||
|
query:
|
||||||
|
maxMemoryPerNode: 4GB
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
memory: 2Gi
|
memory: 6Gi
|
||||||
limits:
|
limits:
|
||||||
memory: 4Gi
|
memory: 8Gi
|
||||||
worker:
|
worker:
|
||||||
|
jvm:
|
||||||
|
maxHeapSize: 24G
|
||||||
|
config:
|
||||||
|
memory:
|
||||||
|
heapHeadroomPerNode: 4GB
|
||||||
|
query:
|
||||||
|
maxMemoryPerNode: 20GB
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
memory: 2Gi
|
memory: 24Gi
|
||||||
limits:
|
limits:
|
||||||
memory: 4Gi
|
memory: 32Gi
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
dedicated: processing-light
|
dedicated: processing-light
|
||||||
tolerations:
|
tolerations:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user