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 e34b5ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion config/clusters/cloudbank/elcamino.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jupyterhub:

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

0 comments on commit e34b5ad

Please sign in to comment.