Skip to content

Commit

Permalink
adding 50GB of memory. (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: Poyan Afifi <PoyanAfifi>
  • Loading branch information
PoyanAfifi authored Nov 14, 2024
1 parent 2bab640 commit ed39a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/jupyterhub/jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# Memory limits
# Documentation https://jupyterhub-dockerspawner.readthedocs.io/en/latest/api/index.html
c.DockerSpawner.mem_guarantee = "5G"
c.DockerSpawner.mem_limit = "20G"
c.DockerSpawner.mem_limit = "50G"

# Mounting /ssb/bruker from the jupyterhub container to the user container
c.DockerSpawner.volumes = {"/ssb": "/ssb"}
Expand Down

0 comments on commit ed39a8a

Please sign in to comment.