You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/jvm/module.yaml
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,13 @@ envs:
16
16
- name: JBOSS_CONTAINER_JAVA_JVM_MODULE
17
17
value: /opt/jboss/container/java/jvm
18
18
- name: JAVA_OPTS
19
-
description: JVM options passed to the `java` command.
19
+
description: If set, this prevents all default and generated options (such
20
+
as JVM and GC tuning, proxy settings, etc.) from being applied. Instead the
21
+
user should specify exactly the `java` options they want in this variable.
20
22
example: "-verbose:class"
21
23
- name: JAVA_OPTS_APPEND
22
-
description: User specified Java options to be appended to generated options in JAVA_OPTS.
24
+
description: User specified Java options to be appended to the generated options.
25
+
This variable has no effect if `JAVA_OPTS` has been defined.
23
26
example: "-Dsome.property=foo"
24
27
- name: JAVA_MAX_MEM_RATIO
25
28
description: Specify the maximum heap memory. Corresponds to the JVM argument `-XX:MaxRAMPercentage`. The default is `80.0` which means 80% of the available memory. You can disable this mechanism by setting the value to `0`.
0 commit comments