Skip to content

Commit 1c311c4

Browse files
committed
Use "MB" for Megabytes, not "Mb".
Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 3f34b74 commit 1c311c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/jvm/api/module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ envs:
1919
description: Is used when no `-Xms` option is given in **JAVA_OPTS**. This is used to calculate a default initial heap memory based on the maximum heap memory. If used in a container without any memory constraints for the container then this option has no effect. If there is a memory constraint then `-Xms` is set to a ratio of the `-Xmx` memory as set here. The default is `25` which means 25% of the `-Xmx` is used as the initial heap size. You can skip this mechanism by setting this value to `0` in which case no `-Xms` option is added.
2020
example: "25"
2121
- name: JAVA_MAX_INITIAL_MEM
22-
description: Is used when no `-Xms` option is given in **JAVA_OPTS**. This is used to calculate the maximum value of the initial heap memory. If used in a container without any memory constraints for the container then this option has no effect. If there is a memory constraint then `-Xms` is limited to the value set here. The default is 4096Mb which means the calculated value of `-Xms` never will be greater than 4096Mb. The value of this variable is expressed in MB.
22+
description: Is used when no `-Xms` option is given in **JAVA_OPTS**. This is used to calculate the maximum value of the initial heap memory. If used in a container without any memory constraints for the container then this option has no effect. If there is a memory constraint then `-Xms` is limited to the value set here. The default is 4096MB which means the calculated value of `-Xms` never will be greater than 4096MB. The value of this variable is expressed in MB.
2323
example: "4096"
2424
- name: JAVA_DIAGNOSTICS
2525
description: Set this to get some diagnostics information to standard output when things are happening. **Disabled by default.**

0 commit comments

Comments
 (0)