Skip to content

Commit

Permalink
Adding CPU limits and guarantee
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Sep 19, 2024
1 parent e4d1023 commit 1c979b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deployments/data100/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,13 @@ jupyterhub:
course::1537664::enrollment_type::teacher: # Fall 2024, Data 100 Instructors, ensured 16G RAM
mem_limit: 16G
mem_guarantee: 16G
cpu_limit: 2
cpu_guarantee: 2
course::1537664::enrollment_type::ta: # 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 1c979b8

Please sign in to comment.