From 28826ff3c487f7930e93c17e85e0e18a9f340a1d Mon Sep 17 00:00:00 2001 From: Nicolas Albert Date: Wed, 14 Jun 2017 15:41:13 +0200 Subject: [PATCH] Add the missing "m" for the "-Xmx4096m". --- convertigo/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convertigo/content.md b/convertigo/content.md index 0d07a1854..30924dfe2 100644 --- a/convertigo/content.md +++ b/convertigo/content.md @@ -101,7 +101,7 @@ Convertigo is based on a *Java* process with some defaults *JVM* options. You ca Add any *Java JVM* options such as -Xmx or -D[something] ```console -$ docker run -d --name C8O-MBAAS -e JAVA_OPTS="-Xmx4096 -DjvmRoute=server1" -p 28080:28080 convertigo +$ docker run -d --name C8O-MBAAS -e JAVA_OPTS="-Xmx4096m -DjvmRoute=server1" -p 28080:28080 convertigo ``` ## Pre configurated Docker compose stack