Skip to content

Commit 3eeb9fc

Browse files
committed
Document UnlockDiagnosticVMOptions in docs for JAVA_DIAGNOSTICS
Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 38ae0bf commit 3eeb9fc

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
@@ -22,7 +22,7 @@ envs:
2222
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
25-
description: Set this to get some diagnostics information to standard output when things are happening. **Disabled by default.**
25+
description: Set this to get some diagnostics information to standard output when things are happening. **Note:** This option, if set to true, will set `-XX:+UnlockDiagnosticVMOptions`. **Disabled by default.**
2626
example: "true"
2727
- name: JAVA_DEBUG
2828
description: If set remote debugging will be switched on. **Disabled by default.**

0 commit comments

Comments
 (0)