summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-09 21:11:33 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-09 21:12:07 +0100
commit812a7df44f1041237ee9eb84144f427d801901f1 (patch)
tree982f84230c48703dad4607d1f6dabc3fc887e52d
parentaf42ff0a1e243b4bbf1c7d721ebd37295cf96d76 (diff)
downloaddeployment-812a7df44f1041237ee9eb84144f427d801901f1.tar.gz
deployment-812a7df44f1041237ee9eb84144f427d801901f1.tar.bz2
deployment-812a7df44f1041237ee9eb84144f427d801901f1.zip
Limiting chromium worker memory to 2GB.
-rwxr-xr-xselenium/launch_selenium_test2
1 files changed, 2 insertions, 0 deletions
diff --git a/selenium/launch_selenium_test b/selenium/launch_selenium_test
index 00fe6d0..6024069 100755
--- a/selenium/launch_selenium_test
+++ b/selenium/launch_selenium_test
@@ -1,5 +1,7 @@
#!/bin/bash
+ulimit -v 2097152
+
set -eu
cd $HOME/wallet-webex