Skip to content

Commit

Permalink
Reduce memory request for carbonplan r5.8x instance
Browse files Browse the repository at this point in the history
They apparently have less than 250G total allocatable space,
despite having 256G total RAM

Ref 2i2c-org#291
  • Loading branch information
yuvipanda committed May 25, 2021
1 parent e4be7fc commit 5516d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/hubs/carbonplan.cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ hubs:
description: "~32 CPU, ~256G RAM"
kubespawner_override:
mem_limit: null
mem_guarantee: 250G
mem_guarantee: 240G
node_selector:
node.kubernetes.io/instance-type: r5.8xlarge
scheduling:
Expand Down

0 comments on commit 5516d9f

Please sign in to comment.