summaryrefslogtreecommitdiffstats
path: root/vespaclient-java
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2018-01-31 20:37:29 +0100
committerHarald Musum <musum@oath.com>2018-01-31 20:37:29 +0100
commitea7d131a904b229f554b0cd19bfe2d99b79f758e (patch)
tree42538ff63b4ac61b120bd9b4309c490fa89240e4 /vespaclient-java
parent26acb3fa9e5acc00dc7b63f5bca079f46cd252c8 (diff)
Fix JVM options after change in PR 4838
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 3c08b458d4f..b5689ffd994 100755
--- a/vespaclient-java/src/main/sh/vespa-destination.sh
+++ b/vespaclient-java/src/main/sh/vespa-destination.sh
@@ -63,7 +63,7 @@ exec java \
-server -enableassertions \
-XX:ThreadStackSize=512 \
-verbose:gc \
--Xms4g -Xmx4g -XX:NewRatio=1
+-Xms4g -Xmx4g -XX:NewRatio=1 \
-Djava.library.path=${VESPA_HOME}/libexec64/native:${VESPA_HOME}/lib64 \
-XX:MaxDirectMemorySize=32m -Djava.awt.headless=true $(getJavaOptionsIPV46) \
-cp ${VESPA_HOME}/lib/jars/vespaclient-java-jar-with-dependencies.jar:$CLASSPATH com.yahoo.dummyreceiver.DummyReceiver "$@"