From 79fcf954d66d7132bce467fd450954d720e78a4a Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Mon, 16 Sep 2024 12:05:18 +0200 Subject: [PATCH] Adjust resources to avoid OOM and residual CPU for non-computing tasks --- basehub/values.yaml.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basehub/values.yaml.j2 b/basehub/values.yaml.j2 index 125eb93..8c7314a 100644 --- a/basehub/values.yaml.j2 +++ b/basehub/values.yaml.j2 @@ -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: