Skip to content

Commit

Permalink
reduce memory request in prod to 1900 gb (#887)
Browse files Browse the repository at this point in the history
redice memory request in prod to 1900 gb
  • Loading branch information
eaypek-tfh authored Jan 7, 2025
1 parent 5cc8823 commit 0a2e977
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: 2000Gi
memory: 1900Gi
nvidia.com/gpu: 8
hugepages-2Mi: 5Gi
vpc.amazonaws.com/efa: 32
requests:
cpu: 190
memory: 2000Gi
memory: 1900Gi
nvidia.com/gpu: 8
hugepages-2Mi: 5Gi
vpc.amazonaws.com/efa: 32
Expand Down

0 comments on commit 0a2e977

Please sign in to comment.