Skip to content

Commit

Permalink
Increase default Jupyterhub singler user memory and cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
chiayi committed Nov 18, 2023
1 parent 2a61aec commit 6d89273
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions jupyter-on-gke/jupyter_config/config-selfauth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,16 @@ scheduling:

singleuser:
memory:
limit: 1G
guarantee: 1G
limit: 32G
guarantee: 8G
cpu:
limit: .5
guarantee: .5
limit: 8
guarantee: 4
extraResource:
limits:
ephemeral-storage: 20Gi
guarantees:
ephemeral-storage: 10Gi
nodeSelector:
iam.gke.io/gke-metadata-server-enabled: "true"
image:
Expand Down

0 comments on commit 6d89273

Please sign in to comment.