Skip to content

Commit d74bb27

Browse files
authored
Merge pull request #72 from WebSpellChecker/update_readme
Add information about JVM_MAX_MEMORY_SIZE_MB ENV to readme
2 parents cfa469e + 04b6495 commit d74bb27

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ where:
172172
* `--env VIRTUAL_DIR=wscservice` start a container with `wscservice` as virtual dir
173173
* `--env LICENSE_TICKET_ID=6u*************ZO` activate license on container start with `6u*************ZO` license ticket id
174174

175+
Additional parameters:
176+
177+
* `--env JVM_MAX_MEMORY_SIZE_MB=2048` in case of errors related to Java heap space, we recommend increasing the default JVM heap size to 2048 MB.
178+
175179
The container launched by the command above will be available at the following address:
176180

177181
```

0 commit comments

Comments
 (0)