mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Try setting min. req to 1GB of RAM
Now that we only ship prebuilt jupyterlab extensions, maybe this is ok?
This commit is contained in:
5
.github/integration-test.py
vendored
5
.github/integration-test.py
vendored
@@ -29,10 +29,9 @@ def run_systemd_image(image_name, container_name, bootstrap_pip_spec):
|
||||
'--mount', 'type=bind,source=/sys/fs/cgroup,target=/sys/fs/cgroup',
|
||||
'--detach',
|
||||
'--name', container_name,
|
||||
# This is the minimum VM size we support. JupyterLab extensions seem
|
||||
# to need at least this much RAM to build. Boo?
|
||||
# This is the minimum VM size we support.
|
||||
# If we change this, need to change all other references to this number.
|
||||
'--memory', '1.5G',
|
||||
'--memory', '1G',
|
||||
]
|
||||
|
||||
if bootstrap_pip_spec:
|
||||
|
||||
Reference in New Issue
Block a user