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