From a33a447c714955e9b1176192bae3a89d8fd63cb1 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Mon, 25 Mar 2024 16:50:57 -0700 Subject: [PATCH] Try increasing shm size on docker run Maybe this is what github actions needs --- integration-tests/test_vnc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/test_vnc.py b/integration-tests/test_vnc.py index 82d43a5a..70cb5e25 100644 --- a/integration-tests/test_vnc.py +++ b/integration-tests/test_vnc.py @@ -48,6 +48,7 @@ def container(container_image) -> tuple[str, str]: "run", "--publish-all", "--rm", + "--shm-size=512m", "--name", container_name, "--security-opt",