aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client-cli/src/main/sh/vespa-feed-client-standalone.sh
blob: 57077205d181611a95bfb20d5e6f419e3ee517e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env sh
# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

exec java \
-Djava.awt.headless=true \
-Xms128m -Xmx2048m \
--add-opens=java.base/sun.security.ssl=ALL-UNNAMED  \
-Djava.util.logging.config.file=logging.properties \
-cp vespa-feed-client-cli-jar-with-dependencies.jar ai.vespa.feed.client.CliClient "$@"