From 7557cb07e15fabdee5b2e40a860b6fd4596a2011 Mon Sep 17 00:00:00 2001 From: MS Date: Tue, 22 Nov 2022 20:01:22 +0100 Subject: debug: set JVM stack trace size to max --- docker/demo/images/libeufin/startup.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docker') 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. -- cgit v1.2.3