From e70c95af5ceb7607923d152ef2dc052874449574 Mon Sep 17 00:00:00 2001 From: "Reuven V. Gonzales" Date: Wed, 18 Dec 2024 22:29:02 +0000 Subject: [PATCH] Adjust worker size again --- .../metrics-calculation-service/custom-helm-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ops/k8s-apps/production/metrics-calculation-service/custom-helm-values.yaml b/ops/k8s-apps/production/metrics-calculation-service/custom-helm-values.yaml index 5b910007..c86010c4 100644 --- a/ops/k8s-apps/production/metrics-calculation-service/custom-helm-values.yaml +++ b/ops/k8s-apps/production/metrics-calculation-service/custom-helm-values.yaml @@ -32,8 +32,8 @@ spec: worker: threads: "16" memory: - limit: "206Gi" - request: "200Gi" + limit: "192Gi" + request: "180Gi" poolType: "mcs-worker" duckdb_path: "/scratch/mcs-local.db" trino: