Skip to content

Commit

Permalink
add shm_size
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierDehaene committed Nov 20, 2023
1 parent 3e4ab6c commit a99ee04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ def docker_launcher(
],
volumes=volumes,
ports={"80/tcp": port},
shm_size="1G"
)

yield ContainerLauncherHandle(client, container.name, port)
Expand Down

0 comments on commit a99ee04

Please sign in to comment.