diff --git a/.circleci/integration-test.py b/.circleci/integration-test.py index 7366c2f..85d66ec 100755 --- a/.circleci/integration-test.py +++ b/.circleci/integration-test.py @@ -32,7 +32,7 @@ def run_systemd_image(image_name, container_name): # 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', '768M', + '--memory', '1G', image_name ])