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: increase max core


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: increase max core dump size
Date: Sat, 20 May 2017 13:29:11 +0200

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new fec1892  increase max core dump size
fec1892 is described below

commit fec18922149998007bb248a55deb101c4b808ae9
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat May 20 13:29:01 2017 +0200

    increase max core dump size
---
 bin/taler-deployment-start | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-start b/bin/taler-deployment-start
index 88fbca2..42e1b69 100755
--- a/bin/taler-deployment-start
+++ b/bin/taler-deployment-start
@@ -4,7 +4,7 @@ base=$HOME
 
 export PATH="$base/deployment":$PATH
 
-ulimit -c $((100 * 1024))
+ulimit -c $((1000 * 1024))
 
 cd $HOME
 

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



reply via email to

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