File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
k8s-apps/production/metrics-calculation-service
tf-modules/warehouse-cluster Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments