diff --git a/clusters/wb/infrastructure/patches/trino.yaml b/clusters/wb/infrastructure/patches/trino.yaml index afd3460..7910059 100644 --- a/clusters/wb/infrastructure/patches/trino.yaml +++ b/clusters/wb/infrastructure/patches/trino.yaml @@ -16,10 +16,16 @@ spec: enabled: false server: workers: 1 + log: + trino: + level: INFO config: authenticationType: "" + query: + maxMemory: 20GB autoscaling: enabled: false + additionalLogProperties: [] auth: passwordAuthSecret: "" env: @@ -90,19 +96,33 @@ spec: connector.name=tpch tpch.splits-per-node=4 coordinator: + jvm: + maxHeapSize: 6G + config: + memory: + heapHeadroomPerNode: 1GB + query: + maxMemoryPerNode: 4GB resources: requests: cpu: 500m - memory: 2Gi + memory: 6Gi limits: - memory: 4Gi + memory: 8Gi worker: + jvm: + maxHeapSize: 24G + config: + memory: + heapHeadroomPerNode: 4GB + query: + maxMemoryPerNode: 20GB resources: requests: cpu: 500m - memory: 2Gi + memory: 24Gi limits: - memory: 4Gi + memory: 32Gi nodeSelector: dedicated: processing-light tolerations: