Skip to content

Commit

Permalink
Merge pull request #878 from sgibson91/bugfix/carbonplan-azure
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 authored Dec 8, 2021
2 parents 26752d0 + 795ac47 commit eb41490
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 eb41490

Please sign in to comment.