From 18948998e6cb24c449c75af4b00b74a8c8513024 Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Fri, 29 May 2020 12:25:56 +0300 Subject: [PATCH] Provide 1.15G for integration tests --- .circleci/integration-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/integration-test.py b/.circleci/integration-test.py index 7d214c2..2374c16 100755 --- a/.circleci/integration-test.py +++ b/.circleci/integration-test.py @@ -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.0G', + '--memory', '1.15G', ] if bootstrap_pip_spec: