aboutsummaryrefslogtreecommitdiffstats
path: root/config-proxy/src/main/sh/vespa-config-ctl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config-proxy/src/main/sh/vespa-config-ctl.sh')
-rwxr-xr-xconfig-proxy/src/main/sh/vespa-config-ctl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-proxy/src/main/sh/vespa-config-ctl.sh b/config-proxy/src/main/sh/vespa-config-ctl.sh
index 63aaf11280f..be141561b07 100755
--- a/config-proxy/src/main/sh/vespa-config-ctl.sh
+++ b/config-proxy/src/main/sh/vespa-config-ctl.sh
@@ -122,7 +122,7 @@ case $1 in
java ${jvmopts} \
-XX:+ExitOnOutOfMemoryError $(getJavaOptionsIPV46) \
-Dproxyconfigsources="${configsources}" \
- -Djava.io.tmpdir=${VESPA_HOME}/tmp \
+ -Djava.io.tmpdir=${VESPA_HOME}/var/tmp \
${userargs} \
-XX:ActiveProcessorCount=2 \
-cp $cp com.yahoo.vespa.config.proxy.ProxyServer 19090