Skip to content

Commit 1cd54a7

Browse files
committed
Correct a missing instance of s/80/50/
Signed-off-by: Jonathan Dowland <[email protected]>
1 parent db3ba56 commit 1cd54a7

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
@@ -14,7 +14,7 @@ envs:
1414
description: User specified Java options to be appended to generated options in JAVA_OPTS.
1515
example: "-Dsome.property=foo"
1616
- name: JAVA_MAX_MEM_RATIO
17-
description: Specify the maximum heap memory. Corresponds to the JVM argument `-XX:MaxRAMPercentage`. The default is `50.0` which means 80% of the available memory. You can disable this mechanism by setting the value to `0`.
17+
description: Specify the maximum heap memory. Corresponds to the JVM argument `-XX:MaxRAMPercentage`. The default is `50.0` which means 50% of the available memory. You can disable this mechanism by setting the value to `0`.
1818
example: "90.0"
1919
- name: JAVA_INITIAL_MEM_RATIO
2020
description:

0 commit comments

Comments
 (0)