Skip to content

Commit

Permalink
Increase RAM to 16GB for data100 instructors
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Sep 19, 2024
1 parent dac0320 commit e4d1023
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions deployments/data100/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,13 @@ jupyterhub:
admin: true
mem_limit: 4G

# Data 100, Spring 2024, https://github.com/berkeley-dsep-infra/datahub/issues/5376
#course::1531798::group::Admins: # Spring 2024, Data 100 Admins, ensured 4G RAM
# mem_limit: 4G
# mem_guarantee: 4G
# Data 100, Fall 2024, https://github.com/berkeley-dsep-infra/datahub/issues/6167
course::1537664::enrollment_type::teacher: # Fall 2024, Data 100 Instructors, ensured 16G RAM
mem_limit: 16G
mem_guarantee: 16G
course::1537664::enrollment_type::ta: # Fall 2024, Data 100 TAs, ensured 16G RAM
mem_limit: 16G
mem_guarantee: 16G
admin:
mem_guarantee: 2G
extraVolumeMounts:
Expand Down

0 comments on commit e4d1023

Please sign in to comment.