Skip to content

Commit

Permalink
Merge pull request berkeley-dsep-infra#6123 from balajialg/ram_incr
Browse files Browse the repository at this point in the history
Increase RAM for Demog 213, Data C131A and Eleng 120
  • Loading branch information
balajialg authored Sep 9, 2024
2 parents ba9d56a + 879c27c commit c0e212c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deployments/datahub/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,7 @@ jupyterhub:
course::1537045: # ESPM 157, https://github.com/berkeley-dsep-infra/datahub/issues/5914
mem_limit: 4096M
mem_guarantee: 4096M

course::1539545: # Demog 213, https://github.com/berkeley-dsep-infra/datahub/issues/6094
mem_limit: 4096M
mem_guarantee: 4096M
4 changes: 4 additions & 0 deletions deployments/eecs/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,7 @@ jupyterhub:
# https://bcourses.berkeley.edu/courses/1524699/groups#tab-80607
course::1524699::group::all-admins:
admin: true

course::1537177: # ELENG 120, https://github.com/berkeley-dsep-infra/datahub/issues/6015
mem_limit: 4096M
mem_guarantee: 4096M
11 changes: 11 additions & 0 deletions deployments/r/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,14 @@ jupyterhub:
limit: 1G
image: {}

custom:
group_profiles:
# DataHub Infrastructure staff
# https://bcourses.berkeley.edu/courses/1524699/groups#tab-80607
course::1524699::group::all-admins:
mem_limit: 2048M
mem_guarantee: 2048M
course::1537932: # Data C131A, https://github.com/berkeley-dsep-infra/datahub/issues/6121
mem_limit: 2048M
mem_guarantee: 2048M

0 comments on commit c0e212c

Please sign in to comment.