Skip to content

Commit

Permalink
jmte: reduce memory request to ensure cryptonono can fit
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Oct 2, 2023
1 parent 2a4539b commit d16e17b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/clusters/jupyter-meets-the-earth/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ basehub:
profile_options: *profile_options
kubespawner_override:
cpu_guarantee: 3.5
mem_guarantee: 14G
mem_guarantee: 13G
mem_limit: null
node_selector:
node.kubernetes.io/instance-type: m5.xlarge
Expand Down Expand Up @@ -184,7 +184,7 @@ basehub:
profile_options: *profile_options
kubespawner_override:
cpu_guarantee: 3.5
mem_guarantee: 14G
mem_guarantee: 13G
mem_limit: null
environment:
NVIDIA_DRIVER_CAPABILITIES: compute,utility
Expand Down

0 comments on commit d16e17b

Please sign in to comment.