From 89d5bc0f09837f1cd5d4348f71869b60662dd2c8 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Fri, 14 Aug 2026 14:54:29 +0300 Subject: [PATCH] ++ tune trino memory for wb --- clusters/wb/infrastructure/patches/trino.yaml | 28 ++++++++++++++++--- 1 file changed, 24 insertions(+), 4 deletions(-) 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: