Skip to content

Commit

Permalink
go big
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed Oct 31, 2024
1 parent 0645226 commit 6adb70c
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -135,7 +135,7 @@ locals {
# SQLMesh Workers
{
name = "${var.cluster_name}-sqlmesh-worker-node-pool"
machine_type = "n2-highmem-16"
machine_type = "n2-highmem-32"
node_locations = join(",", var.cluster_zones)
min_count = 0
max_count = 10
Expand Down

0 comments on commit 6adb70c

Please sign in to comment.