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/concepts/pages/overrides.adoc
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,8 @@ As some JVM arguments are mutually exclusive (think of `-Xmx123m` and `-Xmx456m`
163
163
The merging mechanism is applied <operatorgenerated> <- <roleuserspecified> <- <rolegroupuserspecified> and works as follows:
164
164
165
165
1. All arguments listed in user specified `remove` are removed from operator generated
166
-
2. All arguments matching any regex from user `removeRegex` are removed from operator generated
166
+
2. All arguments matching any regex from user removeRegex are removed from operator generated.
167
+
The regex needs to match the entire argument, not only a substring
167
168
3. All arguments from user specified `add` are added to operator
168
169
169
170
You can check the resulting effective JVM arguments by looking at the ConfigMap containing the config for the roleGroup (although some tools read the JVM arguments from environmental variables).
0 commit comments