From 2cdd732d891b98c999fcd8bc4df880a916562b87 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basehub/values.yaml.j2 b/basehub/values.yaml.j2 index 125eb93..988a821 100644 --- a/basehub/values.yaml.j2 +++ b/basehub/values.yaml.j2 @@ -22,8 +22,8 @@ jupyterhub: guarantee: 1 limit: 2 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: