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 e265ea4
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 @@ -19,11 +19,11 @@ jupyterhub:
extraEnv:
JUPYTERHUB_SINGLEUSER_APP: notebook.notebookapp.NotebookApp
cpu:
guarantee: 1
limit: 2
guarantee: 1.5
limit: 1.8
memory:
guarantee: 4G
limit: 8G
guarantee: 6G
limit: 6G
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 e265ea4

Please sign in to comment.