From cdea040b376abc56e9bc82107a843a0b4a75c513 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Fri, 5 Nov 2021 11:54:09 +0530 Subject: [PATCH] Give data8 students more CPU Apparently there is a project deadline today with many simulations. Ref https://github.com/berkeley-dsep-infra/datahub/issues/2966 --- deployments/data8/config/common.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deployments/data8/config/common.yaml b/deployments/data8/config/common.yaml index e5b431389..8bd585774 100644 --- a/deployments/data8/config/common.yaml +++ b/deployments/data8/config/common.yaml @@ -146,6 +146,10 @@ jupyterhub: static: pvcName: home-nfs subPath: "{username}" + cpu: + # https://github.com/berkeley-dsep-infra/datahub/issues/2966 + guarantee: 0.5 + limit: 0.5 memory: guarantee: 512M limit: 1G