Add MEMORY example

Fixes #377
This commit is contained in:
Geoff Bourne 2019-08-17 14:40:51 -05:00
parent e6bfa01db5
commit d293a65f5e

View file

@ -1004,7 +1004,9 @@ ways to adjust the memory settings:
* `MAX_MEMORY`, independently sets the max heap size
The values of all three are passed directly to the JVM and support format/units as
`<size>[g|G|m|M|k|K]`.
`<size>[g|G|m|M|k|K]`. For example:
-e MEMORY=2G
### JVM Options