From 6061242e166ec55ca515cbad1b99746beb1be268 Mon Sep 17 00:00:00 2001 From: mihranmiroyan Date: Thu, 14 Sep 2023 15:03:19 -0700 Subject: [PATCH 1/3] reduce student memory --- deployments/data100/config/common.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/data100/config/common.yaml b/deployments/data100/config/common.yaml index 23714c820..346013077 100644 --- a/deployments/data100/config/common.yaml +++ b/deployments/data100/config/common.yaml @@ -56,8 +56,8 @@ jupyterhub: subPath: _shared readOnly: true memory: - guarantee: 4G - limit: 4G + guarantee: 2G + limit: 2G image: {} custom: From 85dab54d9f089349c261ac0f5d7e10a0efffaef7 Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Mon, 18 Sep 2023 10:27:58 -0700 Subject: [PATCH 2/3] Increase RAM to 4GB for Data 102 hub --- deployments/data102/config/common.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/data102/config/common.yaml b/deployments/data102/config/common.yaml index fa4fb6af2..2e85c9c6f 100644 --- a/deployments/data102/config/common.yaml +++ b/deployments/data102/config/common.yaml @@ -61,7 +61,7 @@ jupyterhub: pvcName: home-nfs-v3 subPath: "{username}" memory: - guarantee: 1G - limit: 2G + guarantee: 2G + limit: 4G image: {} defaultUrl: "/lab" From 026fb56aa2a638d1201498062b40b73eb5577684 Mon Sep 17 00:00:00 2001 From: ryanlovett Date: Mon, 18 Sep 2023 14:04:42 -0700 Subject: [PATCH 3/3] Disable logodev image build. It uses datahub's image, so doesn't need its own build. (like r hub) --- .circleci/config.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7a55de550..fdfb4315e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -628,15 +628,15 @@ workflows: branches: only: - staging - - hubploy/build-image: - deployment: logodev - name: logodev image build - push: true - # Filters can only be per-job? wtf - filters: - branches: - only: - - staging + #- hubploy/build-image: + # deployment: logodev + # name: logodev image build + # push: true + # # Filters can only be per-job? wtf + # filters: + # branches: + # only: + # - staging - hubploy/build-image: deployment: cee name: cee image build @@ -798,7 +798,7 @@ workflows: - publichealth image build - cee image build - shiny image build - - logodev image build + #- logodev image build - biology image build - julia hub image build # - data8x image build