diff --git a/integration-tests/conftest.py b/integration-tests/conftest.py index 3f7a24dd35a..c1cbe7f3e96 100644 --- a/integration-tests/conftest.py +++ b/integration-tests/conftest.py @@ -318,6 +318,7 @@ def docker_launcher( ], volumes=volumes, ports={"80/tcp": port}, + shm_size="1G" ) yield ContainerLauncherHandle(client, container.name, port)