Skip to content

Commit b0ddafb

Browse files
authored
chore(trino): increase instance size and resource usage (#4653)
1 parent 1093559 commit b0ddafb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ops/k8s-apps/production/trino/custom-helm-values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ spec:
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
@@ -53,9 +53,9 @@ spec:
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

@@ -82,7 +82,7 @@ spec:
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)