gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: debug: set JVM stack trace siz


From: gnunet
Subject: [taler-deployment] branch master updated: debug: set JVM stack trace size to max
Date: Tue, 22 Nov 2022 20:02:35 +0100

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 7557cb0  debug: set JVM stack trace size to max
7557cb0 is described below

commit 7557cb07e15fabdee5b2e40a860b6fd4596a2011
Author: MS <ms@taler.net>
AuthorDate: Tue Nov 22 20:01:22 2022 +0100

    debug: set JVM stack trace size to max
---
 docker/demo/images/libeufin/startup.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docker/demo/images/libeufin/startup.sh 
b/docker/demo/images/libeufin/startup.sh
index 2b33a01..f891b90 100644
--- a/docker/demo/images/libeufin/startup.sh
+++ b/docker/demo/images/libeufin/startup.sh
@@ -2,6 +2,7 @@
 
 set -o pipefail
 set -eu
+export JAVA_OPTS="-XX:MaxJavaStackTraceDepth=1073741823"
 
 MAYBE_VOLUME_MOUNTPOINT="/data/libeufin"
 export 
LIBEUFIN_SANDBOX_DB_CONNECTION="jdbc:sqlite:${MAYBE_VOLUME_MOUNTPOINT}/sandbox.sqlite3"
@@ -97,6 +98,7 @@ echo DONE
 EXCHANGE_NEXUS_USERNAME=`taler-config -c /config/deployment.conf -s 
taler-deployment -o exchange-nexus-username`
 EXCHANGE_NEXUS_PASSWORD=`taler-config -c /config/deployment.conf -s 
taler-deployment -o exchange-nexus-password`
 
+
 echo -n "Creating Nexus superuser..."
 # Idempotent in the sense that if the user is found,
 # they'll get the password changed.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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