From 31bdf7f80bcb35dd3a6893353fa9e5b4fc0e517a Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Thu, 9 Jul 2020 12:30:30 +0530 Subject: [PATCH] Increase eecs hub limit some more Users are consistently using at least 4G. Increasing the guarantee earlier makes sure they get at least that. However, I want to set the limit higher to see how much they actually use. Ref #1505 --- deployments/eecs/config/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/eecs/config/common.yaml b/deployments/eecs/config/common.yaml index e5a955fd2..92c6eb64d 100644 --- a/deployments/eecs/config/common.yaml +++ b/deployments/eecs/config/common.yaml @@ -59,6 +59,6 @@ jupyterhub: subPath: "_eecs/{username}" memory: guarantee: 4G - limit: 4G + limit: 8G image: name: gcr.io/ucb-datahub-2018/eecs-user-image