Skip to content

Commit

Permalink
Merge pull request #4779 from consideRatio/pr/fix2
Browse files Browse the repository at this point in the history
nmfs-openscapes: second attempt fix for r7i nodes instance sizes
  • Loading branch information
consideRatio authored Sep 10, 2024
2 parents 68b555a + dad268c commit 63cd17e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions config/clusters/nmfs-openscapes/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,17 +161,17 @@ jupyterhub:
mem_60_3:
display_name: 60.3 GB RAM, upto 15.6 CPUs
kubespawner_override:
mem_guarantee: 64792784896
mem_limit: 64792784896
mem_guarantee: 64792780800
mem_limit: 64792780800
cpu_guarantee: 7.8475
cpu_limit: 15.695
node_selector:
node.kubernetes.io/instance-type: r7i.4xlarge
mem_120_7:
display_name: 120.7 GB RAM, upto 15.6 CPUs
kubespawner_override:
mem_guarantee: 129585569792
mem_limit: 129585569792
mem_guarantee: 129585561600
mem_limit: 129585561600
cpu_guarantee: 15.695
cpu_limit: 15.695
node_selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@
},
"allocatable": {
"cpu": 15.89,
"memory": 129847713792
"memory": 129847705600
},
"measured_overhead": {
"cpu": 0.195,
"memory": 262144000
},
"available": {
"cpu": 15.695,
"memory": 129585569792
"memory": 129585561600
}
},
"n2-highmem-4": {
Expand Down

0 comments on commit 63cd17e

Please sign in to comment.