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