Skip to content

Commit

Permalink
[Cloudbank] El Camino - 3GB memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-morris committed Mar 5, 2024
1 parent af245a0 commit 3611eb3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions config/clusters/cloudbank/ccsf.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ jupyterhub:
# https://2i2c.freshdesk.com/a/tickets/567
guarantee: 384M
limit: 1.5G
image:
repository: "your-registry/your-image"
tag: "latest"
custom:
singleuserAdmin:
image:
repository: "your-registry/your-image"
tag: "latest"
2i2c:
add_staff_user_ids_to_admin_users: true
add_staff_user_ids_of_type: "google"
Expand Down
4 changes: 2 additions & 2 deletions config/clusters/cloudbank/elcamino.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jupyterhub:

singleuser:
memory:
limit: 2G
guarantee: 2G
limit: 3G
guarantee: 3G
hub:
config:
JupyterHub:
Expand Down

0 comments on commit 3611eb3

Please sign in to comment.