From 1859a4690f5b0567e9d6f1323378994bfe10e826 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Sat, 31 Jul 2021 22:31:52 +0100 Subject: [PATCH] Lower test memory to 900m --- .github/integration-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/integration-test.py b/.github/integration-test.py index dfbf65a..13bd0a2 100755 --- a/.github/integration-test.py +++ b/.github/integration-test.py @@ -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: