Bump memory again for integration tests

This commit is contained in:
GeorgianaElena
2020-11-04 12:20:37 +02:00
parent 2ea3339032
commit 3483000cfb
6 changed files with 6 additions and 6 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', '1.15G',
'--memory', '1.5G',
]
if bootstrap_pip_spec: