summaryrefslogtreecommitdiffstats
path: root/standalone-container
diff options
context:
space:
mode:
Diffstat (limited to 'standalone-container')
-rwxr-xr-xstandalone-container/src/main/sh/standalone-container.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone-container/src/main/sh/standalone-container.sh b/standalone-container/src/main/sh/standalone-container.sh
index 3542ad3e540..cb5d7e3d060 100755
--- a/standalone-container/src/main/sh/standalone-container.sh
+++ b/standalone-container/src/main/sh/standalone-container.sh
@@ -173,7 +173,7 @@ StartCommand() {
heap_min=128
heap_max=2048
java \
- -Xms$(heap_min)m -Xmx$(heap_max)m \
+ -Xms${heap_min}m -Xmx${heap_max}m \
-XX:+PreserveFramePointer \
$(get_jvm_hugepage_settings $heap_max) \
-XX:+HeapDumpOnOutOfMemoryError \