Skip to content

Commit

Permalink
Merge pull request berkeley-dsep-infra#6244 from shaneknapp/bump-data…
Browse files Browse the repository at this point in the history
…101-chp-mem-alloc

[DH-377] bump data101 proxy ram
  • Loading branch information
felder authored Sep 24, 2024
2 parents a592fc4 + af8be95 commit 48bded7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion deployments/data101/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ jupyterhub:
chp:
nodeSelector:
hub.jupyter.org/pool-name: core-pool-2024-05-08

resources:
requests:
# FIXME: We want no guarantees here!!!
# This is lowest possible value
cpu: 0.001
memory: 3Gi
limits:
memory: 3Gi
hub:
config:
loadRoles:
Expand Down

0 comments on commit 48bded7

Please sign in to comment.