summaryrefslogtreecommitdiffstats
path: root/vespaclient-java
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2022-05-10 11:21:12 +0200
committerHarald Musum <musum@yahooinc.com>2022-05-10 11:21:12 +0200
commitede8ff3f9e8e6235f488184cc2b3b8afe3c35a26 (patch)
tree460350999987673dd67ae01ba1d684e1e15e8b7e /vespaclient-java
parent3a213bc0610fbd22e8f33fb7c9ef2697ed43c334 (diff)
Use -Xlog:gc instead of -verbose:gc
Diffstat (limited to 'vespaclient-java')
-rwxr-xr-xvespaclient-java/src/main/sh/vespa-destination.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespaclient-java/src/main/sh/vespa-destination.sh b/vespaclient-java/src/main/sh/vespa-destination.sh
index 607972ac28c..1e13a37f0dd 100755
--- a/vespaclient-java/src/main/sh/vespa-destination.sh
+++ b/vespaclient-java/src/main/sh/vespa-destination.sh
@@ -78,7 +78,7 @@ export MALLOC_ARENA_MAX=1 #Does not need fast allocation
exec java \
-server -enableassertions \
-XX:ThreadStackSize=512 \
--verbose:gc \
+-Xlog:gc \
-Xms4g -Xmx4g \
-Djava.library.path=${VESPA_HOME}/libexec64/native:${VESPA_HOME}/lib64 \
-XX:MaxDirectMemorySize=32m -Djava.awt.headless=true $(getJavaOptionsIPV46) \