taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 812a7df44f1041237ee9eb84144f427d801901f1
parent af42ff0a1e243b4bbf1c7d721ebd37295cf96d76
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu,  9 Mar 2017 21:11:33 +0100

Limiting chromium worker memory to 2GB.

Diffstat:
Mselenium/launch_selenium_test | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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