From f106b101707095ab58f9d09ca0621bb9300eb7b6 Mon Sep 17 00:00:00 2001 From: "Reuven V. Gonzales" Date: Wed, 18 Dec 2024 23:14:53 +0000 Subject: [PATCH] MCS: Scale up again --- .../metrics-calculation-service/custom-helm-values.yaml | 4 ++-- ops/tf-modules/warehouse-cluster/main.tf | 2 +- 2 files changed, 3 insertions(+), 3 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 c86010c4..10d97238 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: "192Gi" - request: "180Gi" + limit: "390Gi" + request: "375Gi" poolType: "mcs-worker" duckdb_path: "/scratch/mcs-local.db" trino: diff --git a/ops/tf-modules/warehouse-cluster/main.tf b/ops/tf-modules/warehouse-cluster/main.tf index 81931b64..7073f655 100644 --- a/ops/tf-modules/warehouse-cluster/main.tf +++ b/ops/tf-modules/warehouse-cluster/main.tf @@ -158,7 +158,7 @@ locals { # MCS Workers { name = "${var.cluster_name}-mcs-worker-node-pool" - machine_type = "n1-highmem-32" + machine_type = "n1-highmem-64" node_locations = join(",", var.cluster_zones) min_count = 0 max_count = 50