Skip to content

Commit

Permalink
Edit mem guarantees for medium, large and huge nodepools
Browse files Browse the repository at this point in the history
This will allow pods to be scheduled onto the nodes
  • Loading branch information
sgibson91 committed Dec 7, 2021
1 parent 26752d0 commit 795ac47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/hubs/carbonplan-azure.cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,21 @@ hubs:
description: "~4 CPU, ~30G RAM"
kubespawner_override:
mem_limit: null
mem_guarantee: 29G
mem_guarantee: 27G
node_selector:
hub.jupyter.org/node-size: Standard_E4s_v4
- display_name: "Large: E8s v4"
description: "~8 CPU, ~60G RAM"
kubespawner_override:
mem_limit: null
mem_guarantee: 60G
mem_guarantee: 55G
node_selector:
hub.jupyter.org/node-size: Standard_E8s_v4
- display_name: "Huge: E32s v4"
description: "~32 CPU, ~256G RAM"
kubespawner_override:
mem_limit: null
mem_guarantee: 240G
mem_guarantee: 235G
node_selector:
hub.jupyter.org/node-size: Standard_E32s_v4
- display_name: "Very Huge: M64s v2"
Expand Down

0 comments on commit 795ac47

Please sign in to comment.