Skip to content

Commit

Permalink
Try increasing shm size on docker run
Browse files Browse the repository at this point in the history
Maybe this is what github actions needs
  • Loading branch information
yuvipanda committed Mar 25, 2024
1 parent 942b910 commit a33a447
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/test_vnc.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def container(container_image) -> tuple[str, str]:
"run",
"--publish-all",
"--rm",
"--shm-size=512m",
"--name",
container_name,
"--security-opt",
Expand Down

0 comments on commit a33a447

Please sign in to comment.