commit 08ec3f328a276cb5213f5ea3df26acfbb356d177 parent f41668f42410b04300ace7d800be53c66efed8fb Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Sun, 26 Mar 2017 17:16:38 +0200 fix ulimit so that chromium instances can be run by selenium Diffstat:
| M | selenium/launch_selenium_test | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/selenium/launch_selenium_test b/selenium/launch_selenium_test @@ -1,6 +1,6 @@ #!/bin/bash -ulimit -v 2097152 +ulimit -v 4000000 set -eu