Skip to content

Commit

Permalink
Increase RAM for MCB201B
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Oct 18, 2024
1 parent 031cdb2 commit 63fede6
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions deployments/biology/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ jupyterhub:
mountPath: /etc/github/github-app-private-key.pem
# data in secret file




nodeSelector:
hub.jupyter.org/pool-name: biology-pool
storage:
Expand All @@ -143,3 +140,13 @@ jupyterhub:
# users on the nodes. So we reduce the max amount of CPU available to them, from 7
# (defined in hub/values.yaml) to 4.
limit: 4

group_profiles:
# DataHub Infrastructure staff
# https://bcourses.berkeley.edu/courses/1524699/groups#tab-80607
course::1524699::group::all-admins:
admin: true

course::1537301: # MCELLBI 201B, https://github.com/berkeley-dsep-infra/datahub/issues/6385
mem_limit: 5120M
mem_guarantee: 5120M

0 comments on commit 63fede6

Please sign in to comment.