Skip to content

Commit 29016ed

Browse files
authored
Merge pull request #5476 from UCB-Econ-148/increase-ram
Increase RAM for Econ 148
2 parents 932c3e9 + c48cbaa commit 29016ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

deployments/data100/config/common.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ jupyterhub:
8686
course::1531798::group::Content: # Spring 2024 Content Team, ensured 4G RAM
8787
mem_limit: 4G
8888
mem_guarantee: 4G
89+
90+
# Econ 148, Spring 2024
91+
course::1532866: # Temporarily grant 3G of RAM to all students
92+
mem_limit: 3G
93+
mem_guarantee: 3G
94+
8995
admin:
9096
mem_limit: 4G
9197
mem_guarantee: 2G

0 commit comments

Comments
 (0)