summaryrefslogtreecommitdiffstats
path: root/standalone-container
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-06-08 21:46:33 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-06-08 21:46:33 +0000
commitacc487fd4d8de85ae2534b727e4368bdb39034db (patch)
tree2056af595642fff468f114d24614c91b4b13217f /standalone-container
parentc13a435a8ee30ab46d2cdae38504446e794dec7e (diff)
() = {}
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 \