Skip to content

Commit 32b0720

Browse files
committed
Increase size of workers
1 parent 1a9849d commit 32b0720

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ops/k8s-apps/production/metrics-calculation-service/custom-helm-values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ spec:
3232
worker:
3333
threads: "16"
3434
memory:
35-
limit: "96Gi"
36-
request: "90Gi"
35+
limit: "206Gi"
36+
request: "200Gi"
3737
poolType: "mcs-worker"
3838
duckdb_path: "/scratch/mcs-local.db"
3939
trino:

ops/tf-modules/warehouse-cluster/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@ locals {
158158
# MCS Workers
159159
{
160160
name = "${var.cluster_name}-mcs-worker-node-pool"
161-
machine_type = "n1-highmem-16"
161+
machine_type = "n1-highmem-32"
162162
node_locations = join(",", var.cluster_zones)
163163
min_count = 0
164-
max_count = 20
164+
max_count = 50
165165
local_ssd_count = 0
166166
local_ssd_ephemeral_storage_count = 2
167167
spot = true

0 commit comments

Comments
 (0)