You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ Chrome drivers might crash due to the small size of `/dev/shm` in the docker con
97
97
98
98
This is [a known bug of Chromium](https://bugs.chromium.org/p/chromium/issues/detail?id=715363).
99
99
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)
0 commit comments