Skip to content

Commit

Permalink
fix values for jupyterhub cpu and mem
Browse files Browse the repository at this point in the history
  • Loading branch information
chiayi committed Aug 31, 2023
1 parent 032780a commit 09f5def
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ray-on-gke/user/jupyterhub/jupyter_config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ scheduling:

singleuser:
cpu:
limit: 1G
guarantee: 1G
memory:
limit: .5
guarantee: .5
memory:
limit: 1G
guarantee: 1G
nodeSelector:
iam.gke.io/gke-metadata-server-enabled: "true"
image:
Expand Down

0 comments on commit 09f5def

Please sign in to comment.