diff --git a/.circleci/integration-test.py b/.circleci/integration-test.py index 465d659..f55bf1d 100755 --- a/.circleci/integration-test.py +++ b/.circleci/integration-test.py @@ -29,7 +29,7 @@ def run_systemd_image(image_name, container_name): '--mount', 'type=bind,source=/sys/fs/cgroup,target=/sys/fs/cgroup', '--detach', '--name', container_name, - '--memory', '512M', # This is the minimum VM size we support + '--memory', '768M', # This is the minimum VM size we support image_name ])