Skip to content

Commit

Permalink
Fixing bio stanza
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Oct 18, 2024
1 parent 63fede6 commit d4179c7
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions deployments/biology/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jupyterhub:
course::1524699::group::all-admins:
mem_limit: 4096M
mem_guarantee: 4096M
course::1537301: # MCELLBI 201B, https://github.com/berkeley-dsep-infra/datahub/issues/6385
mem_limit: 5120M
mem_guarantee: 5120M


# BioE C149, Fall 2024, https://github.com/berkeley-dsep-infra/datahub/issues/6205
course::1537116::enrollment_type::teacher:
Expand Down Expand Up @@ -140,13 +144,3 @@ 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 d4179c7

Please sign in to comment.