Skip to content

Commit

Permalink
Change memory guarantees for meom-ige hub
Browse files Browse the repository at this point in the history
We upgraded k8s versions, and it looks like the new
nodes reserve more memory for system pods.

Ref 2i2c-org#2157
  • Loading branch information
yuvipanda committed Jun 9, 2023
1 parent 4b9ad42 commit 4b2ae7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/clusters/meom-ige/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,21 @@ basehub:
description: "~2 CPU, ~8G RAM"
kubespawner_override:
mem_limit: 8G
mem_guarantee: 5G
mem_guarantee: 4G
node_selector:
node.kubernetes.io/instance-type: n1-standard-2
- display_name: "Medium"
description: "~8 CPU, ~32G RAM"
kubespawner_override:
mem_limit: 32G
mem_guarantee: 25G
mem_guarantee: 22G
node_selector:
node.kubernetes.io/instance-type: n1-standard-8
- display_name: "Large"
description: "~16 CPU, ~64G RAM"
kubespawner_override:
mem_limit: 64G
mem_guarantee: 50G
mem_guarantee: 47G
node_selector:
node.kubernetes.io/instance-type: n1-standard-16
- display_name: "Very Large"
Expand Down

0 comments on commit 4b2ae7f

Please sign in to comment.