Skip to content

Commit

Permalink
Revert "Try increasing shm size on docker run"
Browse files Browse the repository at this point in the history
It did nothing

This reverts commit a33a447.
  • Loading branch information
yuvipanda committed Jun 13, 2024
1 parent 86c6cdf commit 8ea28eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration-tests/test_vnc.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ 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 8ea28eb

Please sign in to comment.