Merge pull request #559 from yuvipanda/feat/upstream-culler

Use idle culler from jupyterhub-idle-culler package
This commit is contained in:
Erik Sundell
2020-05-05 00:16:49 +02:00
committed by GitHub
5 changed files with 6 additions and 347 deletions

View File

@@ -32,7 +32,7 @@ def run_systemd_image(image_name, container_name, bootstrap_pip_spec):
# This is the minimum VM size we support. JupyterLab extensions seem
# to need at least this much RAM to build. Boo?
# If we change this, need to change all other references to this number.
'--memory', '1G',
'--memory', '1.0G',
]
if bootstrap_pip_spec: