From 89e41bcb19c9317efacb4bfbd00e462cc524f0c6 Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Thu, 19 Sep 2024 17:22:03 -0700 Subject: [PATCH 1/2] Increase RAM and CPU for Data 100 staff --- deployments/data100/config/common.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deployments/data100/config/common.yaml b/deployments/data100/config/common.yaml index ec250bab5..16ab51787 100644 --- a/deployments/data100/config/common.yaml +++ b/deployments/data100/config/common.yaml @@ -123,6 +123,11 @@ jupyterhub: mem_guarantee: 16G cpu_limit: 2 cpu_guarantee: 2 + course::1537664::enrollment_type::student: # Fall 2024, Data 100 TAs, ensured 16G RAM + mem_limit: 16G + mem_guarantee: 16G + cpu_limit: 2 + cpu_guarantee: 2 admin: mem_guarantee: 2G extraVolumeMounts: From 8a86e5239833941ae6ccf63a92dfe18c10abfe4b Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Thu, 19 Sep 2024 17:27:22 -0700 Subject: [PATCH 2/2] Adding note that this allocation should be removed by 09/30 --- deployments/data100/config/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/data100/config/common.yaml b/deployments/data100/config/common.yaml index 16ab51787..d60154994 100644 --- a/deployments/data100/config/common.yaml +++ b/deployments/data100/config/common.yaml @@ -112,7 +112,7 @@ jupyterhub: admin: true mem_limit: 4G - # Data 100, Fall 2024, https://github.com/berkeley-dsep-infra/datahub/issues/6167 + # Data 100, Fall 2024, https://github.com/berkeley-dsep-infra/datahub/issues/6167, To be removed by Sep 30, 2024 course::1537664::enrollment_type::teacher: # Fall 2024, Data 100 Instructors, ensured 16G RAM mem_limit: 16G mem_guarantee: 16G