Skip to content

Commit

Permalink
MCS: Scale up again
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed Dec 18, 2024
1 parent e70c95a commit f106b10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion ops/tf-modules/warehouse-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f106b10

Please sign in to comment.