Skip to content

Commit d4778b5

Browse files
authored
Minor update of the troubleshooting help
1 parent f2c72c1 commit d4778b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Chrome drivers might crash due to the small size of `/dev/shm` in the docker con
9797
9898
This is [a known bug of Chromium](https://bugs.chromium.org/p/chromium/issues/detail?id=715363).
9999

100-
To avoid this error from happening, please change the shm size when starting the container by adding the following parameter: `--shm-size=1g`
100+
To avoid this error, please change the shm size when starting the container by adding the following parameter: `--shm-size=1g` (or any other size more suited to your tests)
101101

102102
## Please contribute!
103103

0 commit comments

Comments
 (0)