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 Mar 26, 2024
1 parent a33a447 commit 3a2b964
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 3a2b964

Please sign in to comment.