Merge pull request #938 from convertigo/convertigo-2017.06.14

Add the missing "m" for the "-Xmx4096m".
This commit is contained in:
yosifkit 2017-06-14 11:02:02 -07:00 committed by GitHub
commit f4e29e3c3d
1 changed files with 1 additions and 1 deletions

View File

@ -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