summaryrefslogtreecommitdiff
path: root/docker/selenium/launch_chrome_container
diff options
context:
space:
mode:
Diffstat (limited to 'docker/selenium/launch_chrome_container')
-rwxr-xr-xdocker/selenium/launch_chrome_container3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/selenium/launch_chrome_container b/docker/selenium/launch_chrome_container
index b24612a..d180299 100755
--- a/docker/selenium/launch_chrome_container
+++ b/docker/selenium/launch_chrome_container
@@ -1,3 +1,4 @@
#!/bin/bash
-docker run --name big_heap -e JAVA_OPTS=-Xmx1g -d -p 4444:4444 selenium/standalone-chrome-debug
+# If container runs out of heap space, add '-e JAVA_OPTS=-Xmx2g'
+docker run -d -p 4444:4444 selenium/standalone-chrome-debug