Skip to content

Commit

Permalink
Merge pull request #485 from cvakiitho/shmsize
Browse files Browse the repository at this point in the history
Add shm-size workaround for firefox node crash.
  • Loading branch information
ddavison authored Jun 8, 2017
2 parents f0e44fa + 535560c commit 58fd147
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ $ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-chrome:3.4

This is a workaround to node-chrome crash in docker container issue: https://code.google.com/p/chromium/issues/detail?id=519952

When executing docker run for an image with firefox browser please set shm-size to 2g.

``` bash
$ docker run -d -p 4444:4444 --shm-size 2g selenium/standalone-firefox:3.4.0-chromium
```

This is a workaround to node-firefox crash in docker container issue: https://bugzilla.mozilla.org/show_bug.cgi?id=1338771#c10


### Standalone Chrome and Firefox

Expand Down

0 comments on commit 58fd147

Please sign in to comment.