Skip to content

Commit

Permalink
fix(consumer-trino): decrease memory request for coordinator (#3115)
Browse files Browse the repository at this point in the history
  • Loading branch information
IcaroG authored Feb 27, 2025
1 parent e90c20c commit c4730a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
resources:
requests:
cpu: 1200m
memory: 10000Mi
memory: 8000Mi
tolerations:
- key: pool_type
operator: Equal
Expand All @@ -27,7 +27,7 @@ spec:
nodeSelector:
pool_type: cons-trino-coord
jvm:
maxHeapSize: "17G"
maxHeapSize: "7G"
additionalJVMConfig:
- "--add-opens=java.base/java.nio=ALL-UNNAMED"

Expand Down

0 comments on commit c4730a1

Please sign in to comment.