aboutsummaryrefslogtreecommitdiffstats
path: root/config-proxy
diff options
context:
space:
mode:
authorValerij Fredriksen <valerijf@verizonmedia.com>2019-03-21 15:50:55 +0100
committerValerij Fredriksen <valerijf@verizonmedia.com>2019-03-21 15:50:55 +0100
commit5075ba040290b3ea93be67e86af19cef092c7f9c (patch)
treea25e0f7efc10be7a7c8a96a2bda4a5099fd3d758 /config-proxy
parent573e322c1ac89e4c8b9f5a7f9e9784c23db2a2f0 (diff)
Use the new variables
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 649eef951c0..28efd808728 100755
--- a/config-proxy/src/main/sh/vespa-config-ctl.sh
+++ b/config-proxy/src/main/sh/vespa-config-ctl.sh
@@ -105,7 +105,7 @@ case $1 in
start)
nohup sbin/vespa-retention-enforcer > ${LOGDIR}/vre-start.log 2>&1 </dev/null &
configsources=`bin/vespa-print-default configservers_rpc`
- userargs=$vespa_base__jvmargs_configproxy
+ userargs=$VESPA_CONFIGPROXY_JVMARGS
if [ "$userargs" == "" ]; then
userargs=$services__jvmargs_configproxy
fi