From 1160e5a467cae564ce961e92dfe54fbd53fa1ab7 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Tue, 7 Jul 2020 00:52:38 +0530 Subject: [PATCH] Give EECS hub more RAM They need it (currently) for desktop usage. We might dial it back later. Ref #1505 --- deployments/eecs/config/common.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/eecs/config/common.yaml b/deployments/eecs/config/common.yaml index 8c99fdc3c..51eb19693 100644 --- a/deployments/eecs/config/common.yaml +++ b/deployments/eecs/config/common.yaml @@ -58,7 +58,7 @@ jupyterhub: pvcName: home-nfs subPath: "_eecs/{username}" memory: - guarantee: 512M - limit: 1G + guarantee: 1G + limit: 4G image: name: gcr.io/ucb-datahub-2018/eecs-user-image