Skip to content

Commit

Permalink
bump memory limits in prod to 2 tb
Browse files Browse the repository at this point in the history
  • Loading branch information
eaypek-tfh committed Jan 7, 2025
1 parent 1e323fd commit ac9960e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/prod/common-values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ startupProbe:
resources:
limits:
cpu: 192
memory: 1000Gi
memory: 2000Gi
nvidia.com/gpu: 8
hugepages-2Mi: 5Gi
vpc.amazonaws.com/efa: 32
requests:
cpu: 190
memory: 1000Gi
memory: 2000Gi
nvidia.com/gpu: 8
hugepages-2Mi: 5Gi
vpc.amazonaws.com/efa: 32
Expand Down

0 comments on commit ac9960e

Please sign in to comment.