increase integration tests memory

This commit is contained in:
GeorgianaElena
2020-01-13 16:10:28 +02:00
parent 35216fe9da
commit d302aba7c7

View File

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