aboutsummaryrefslogtreecommitdiffstats
path: root/container-disc
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-02-20 16:22:36 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-02-20 16:22:36 +0000
commit41c0a569df3dc636c599f355557f2cb6d749fd2e (patch)
tree1f4580f74e60e82b589748347f405491acaa3f12 /container-disc
parentc8b509e153e9c460ac4e6110bb9e33aae779d51b (diff)
Use correct name of variable.
Diffstat (limited to 'container-disc')
-rwxr-xr-xcontainer-disc/src/main/sh/vespa-start-container-daemon.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-disc/src/main/sh/vespa-start-container-daemon.sh b/container-disc/src/main/sh/vespa-start-container-daemon.sh
index f097d6d72bc..af429d56a75 100755
--- a/container-disc/src/main/sh/vespa-start-container-daemon.sh
+++ b/container-disc/src/main/sh/vespa-start-container-daemon.sh
@@ -93,7 +93,7 @@ configure_memory() {
memory_options="${memory_options} -XX:MaxDirectMemorySize=${maxDirectMemorySize}m"
if ((jvm_compressedClassSpaceSize != 0)); then
- memory_options="${memory_options} -XX:CompressedClassSpaceSize=${compressedClassSpaceSize}m"
+ memory_options="${memory_options} -XX:CompressedClassSpaceSize=${jvm_compressedClassSpaceSize}m"
fi
if [ "${VESPA_USE_HUGEPAGES}" ]; then