From 1b3c59aeaa414cd9e3fb33b4838aadb6ce9fd56a Mon Sep 17 00:00:00 2001 From: Vivian Rook <91909295+vivian-rook@users.noreply.github.com> Date: Tue, 5 Sep 2023 08:18:49 -0400 Subject: [PATCH] Reduce memory request for single user (#328) Bug: T345467 --- paws/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paws/values.yaml b/paws/values.yaml index 8bd7e5eb..e004b772 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -285,7 +285,7 @@ jupyterhub: tag: pr-326 # singleuser tag managed by github actions pullPolicy: Always memory: - guarantee: 1G + guarantee: 0.70G limit: 3G cpu: guarantee: .15