Skip to content

Commit

Permalink
Update per-user resources (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha authored Feb 29, 2024
1 parent b09ca32 commit fcbae39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions basehub/values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jupyterhub:
extraEnv:
JUPYTERHUB_SINGLEUSER_APP: notebook.notebookapp.NotebookApp
cpu:
guarantee: 0.25
limit: 0.75
guarantee: 1
limit: 2
memory:
guarantee: 1G
limit: 3.5G
guarantee: 4G
limit: 8G
storage:
type: none # user don't have persistent storage, the data will be lost after the pod is deleted
extraVolumes:
Expand Down

0 comments on commit fcbae39

Please sign in to comment.