From b4a4ba78db7b8af06d713197f762da2840dbd2ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Tyra=C5=82a?= Date: Thu, 24 Jan 2019 11:10:25 +0100 Subject: [PATCH] Increase shared memory size to avoid problems with chrome session (#352) --- doc/docker/selenium.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docker/selenium.yml b/doc/docker/selenium.yml index d8ed0dc6a8..b02166217d 100644 --- a/doc/docker/selenium.yml +++ b/doc/docker/selenium.yml @@ -14,7 +14,7 @@ services: networks: - backend # Because of: https://github.com/elgalu/docker-selenium/issues/20 - shm_size: 256m + shm_size: 512m app: depends_on: