Skip to content

Commit 9da1c63

Browse files
authored
Merge pull request #6 from ShellyXueHan/patch-1
Update readme.md for docker shm
2 parents d6ecd0a + ce362fb commit 9da1c63

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docker/readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ Once the docker image is running:
1313
Xvfb :1 -screen 0 1024x768x24 &
1414
export DISPLAY=:1
1515
~~~~
16+
17+
18+
Potential issue with webdriver session not found: (https://github.com/elgalu/docker-selenium/issues/20)
19+
20+
* docker run --shm-size 8G (Specify the shared memory space to be greater than default value (which is 64M) for cached driver data)

0 commit comments

Comments
 (0)