File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
k8s-apps/production/trino
tf-modules/warehouse-cluster Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4242 worker :
4343 resources :
4444 requests :
45- cpu : 39000m
46- memory : 900000Mi
45+ cpu : 78000m
46+ memory : 1700Gi
4747 tolerations :
4848 - key : pool_type
4949 operator : Equal
5353 pool_type : trino-worker
5454 config :
5555 query :
56- maxMemoryPerNode : 350GB
56+ maxMemoryPerNode : 700GB
5757 jvm :
58- maxHeapSize : " 875G "
58+ maxHeapSize : " 1500G "
5959 additionalJVMConfig :
6060 - " --add-opens=java.base/java.nio=ALL-UNNAMED"
6161
8282 baseDir : gs://oso-iceberg-exchange-usc1/trino-exchange
8383 config :
8484 query :
85- maxMemory : " 1400GB "
85+ maxMemory : " 7000GB "
8686 workers : 1
8787 autoscaling :
8888 enabled : true
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ locals {
113113 # Trino worker pool
114114 {
115115 name = " ${ var . cluster_name } -trino-worker-node-pool"
116- machine_type = " m1-ultramem-40 "
116+ machine_type = " m1-ultramem-80 "
117117 node_locations = join (" ," , var. cluster_zones )
118118 min_count = 0
119119 max_count = 20
You can’t perform that action at this time.
0 commit comments