gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: Limiting chromium


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Limiting chromium worker memory to 2GB.
Date: Thu, 09 Mar 2017 21:12:23 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 812a7df  Limiting chromium worker memory to 2GB.
812a7df is described below

commit 812a7df44f1041237ee9eb84144f427d801901f1
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Mar 9 21:11:33 2017 +0100

    Limiting chromium worker memory to 2GB.
---
 selenium/launch_selenium_test | 2 ++
 1 file changed, 2 insertions(+)

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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]