Skip to content

Commit

Permalink
Merge pull request #3172 from consideRatio/pr/meom-ige-again
Browse files Browse the repository at this point in the history
meom-ige: reduce available options to 32GB only
  • Loading branch information
consideRatio authored Sep 25, 2023
2 parents b925061 + d17101c commit 1e6c2dc
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions config/clusters/meom-ige/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,35 +52,35 @@ basehub:
requests:
display_name: Resource allocation
choices:
mem_8:
display_name: 8 GB RAM, up to 4 CPU
kubespawner_override:
mem_guarantee: 7.593G
mem_limit: 8G
cpu_guarantee: 0.984
cpu_limit: 4
mem_16:
default: true
display_name: 16 GB RAM, up to 8 CPU
kubespawner_override:
mem_guarantee: 15.186G
mem_limit: 16G
cpu_guarantee: 1.969
cpu_limit: 8
# mem_8:
# display_name: 8 GB RAM, up to 4 CPU
# kubespawner_override:
# mem_guarantee: 7.593G
# mem_limit: 8G
# cpu_guarantee: 0.984
# cpu_limit: 4
# mem_16:
# default: true
# display_name: 16 GB RAM, up to 8 CPU
# kubespawner_override:
# mem_guarantee: 15.186G
# mem_limit: 16G
# cpu_guarantee: 1.969
# cpu_limit: 8
mem_32:
display_name: 32 GB RAM, up to 16 CPU
kubespawner_override:
mem_guarantee: 30.372G
mem_limit: 32G
cpu_guarantee: 3.938
cpu_limit: 16
mem_64:
display_name: 64 GB RAM, up to 32 CPU
kubespawner_override:
mem_guarantee: 60.744G
mem_limit: 64G
cpu_guarantee: 7.875
cpu_limit: 32
# mem_64:
# display_name: 64 GB RAM, up to 32 CPU
# kubespawner_override:
# mem_guarantee: 60.744G
# mem_limit: 64G
# cpu_guarantee: 7.875
# cpu_limit: 32
kubespawner_override:
node_selector:
node.kubernetes.io/instance-type: n2-highmem-64
Expand Down

0 comments on commit 1e6c2dc

Please sign in to comment.