Skip to content

Commit

Permalink
update cores for 8 nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcus-wire committed Oct 6, 2023
1 parent 6d80ef1 commit af1583b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/configs/autoscale/overlays/gpus/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ patches:
path: /spec/resourceLimits/cores
value:
min: 0
max: 96
# for 8 nodes with 16 cores
max: 128
- op: replace
path: /spec/resourceLimits/memory
value:
min: 0
max: 512 # for 8 nodes with 64GB Memory
# for 8 nodes with 64GB Memory
max: 512
- op: replace
path: /spec/resourceLimits/gpus/0/max
value: 8

0 comments on commit af1583b

Please sign in to comment.