summaryrefslogtreecommitdiffstats
path: root/config-proxy
diff options
context:
space:
mode:
authorEirk Nygaard <eirik.nygaard@yahooinc.com>2022-11-04 10:33:32 +0000
committerEirik Nygaard <eirik.nygaard@yahooinc.com>2022-11-04 13:48:02 +0100
commit0ec0a366612f0abffed08fc407ca6fd93e98d600 (patch)
tree5647f2a2eb1d77380e37250c97b5494639afd650 /config-proxy
parentaf6f5935e83224fc89fd0be63bde4d2166ada0bc (diff)
Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmp
Prepare to support immutable container image where only var and logs directories must be writable. Create symlink from old tmp directory to $VESPA_HOME/var/tmp
Diffstat (limited to 'config-proxy')
-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