Skip to content

Commit

Permalink
Adjust resources to avoid OOM and residual CPU for non-computing tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Sep 16, 2024
1 parent 99c456b commit 79fcf95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions basehub/values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jupyterhub:
extraEnv:
JUPYTERHUB_SINGLEUSER_APP: notebook.notebookapp.NotebookApp
cpu:
guarantee: 1
limit: 2
guarantee: 1.5
limit: 1.5
memory:
guarantee: 4G
limit: 8G
limit: 4G
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 79fcf95

Please sign in to comment.