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
Given I am in an Linux elastic GoCD agent
When I run more than 3 acceptance tests in parallel with headless chrome
Then the tests crash because I ran out of space in folder /dev/shm (64 mb = docker's default value).
Given I am in an Linux elastic GoCD agent
When I run more than 3 acceptance tests in parallel with headless chrome
Then the tests crash because I ran out of space in folder
/dev/shm
(64 mb = docker's default value).(See issue elgalu/docker-selenium#20)
Acceptance criteria
/dev/shm
Info
/dev/shm
by f.e. runningdocker run --shm-size=512mb
--shm-size
here: https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources)The text was updated successfully, but these errors were encountered: