mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Lower test memory to 900m
This commit is contained in:
2
.github/integration-test.py
vendored
2
.github/integration-test.py
vendored
@@ -31,7 +31,7 @@ def run_systemd_image(image_name, container_name, bootstrap_pip_spec):
|
||||
'--name', container_name,
|
||||
# This is the minimum VM size we support.
|
||||
# If we change this, need to change all other references to this number.
|
||||
'--memory', '1G',
|
||||
'--memory', '900m',
|
||||
]
|
||||
|
||||
if bootstrap_pip_spec:
|
||||
|
||||
Reference in New Issue
Block a user