Skip to content

Commit

Permalink
Merge pull request #6223 from balajialg/data100_ram_students
Browse files Browse the repository at this point in the history
Increase RAM and CPU for Data 100 students to work on assignment 3
  • Loading branch information
shaneknapp authored Sep 20, 2024
2 parents 3d73320 + 8a86e52 commit 2ba111e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion deployments/data100/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jupyterhub:
admin: true
mem_limit: 4G

# Data 100, Fall 2024, https://github.com/berkeley-dsep-infra/datahub/issues/6167
# Data 100, Fall 2024, https://github.com/berkeley-dsep-infra/datahub/issues/6167, To be removed by Sep 30, 2024
course::1537664::enrollment_type::teacher: # Fall 2024, Data 100 Instructors, ensured 16G RAM
mem_limit: 16G
mem_guarantee: 16G
Expand All @@ -123,6 +123,11 @@ jupyterhub:
mem_guarantee: 16G
cpu_limit: 2
cpu_guarantee: 2
course::1537664::enrollment_type::student: # Fall 2024, Data 100 TAs, ensured 16G RAM
mem_limit: 16G
mem_guarantee: 16G
cpu_limit: 2
cpu_guarantee: 2
admin:
mem_guarantee: 2G
extraVolumeMounts:
Expand Down

0 comments on commit 2ba111e

Please sign in to comment.