Skip to content

Commit 06e6712

Browse files
rosemarymaranorjeberhard
authored andcommitted
text edits
1 parent a13be17 commit 06e6712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/site/content/managing-domains/domain-resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ You can use the following environment variables to specify JVM memory and JVM op
236236
* `JAVA_OPTIONS`: Java options for starting WebLogic Server.
237237
* `USER_MEM_ARGS`: JVM memory arguments for starting WebLogic Server.
238238
* `NODEMGR_JAVA_OPTIONS`: Java options for starting a Node Manager instance.
239-
* `NODEMGR_MEM_ARGS`: JVM memory arguments for starting a Node Manager instance, this will take precedence over `JAVA_OPTIONS` and `USER_MEM_ARGS`
239+
* `NODEMGR_MEM_ARGS`: JVM memory arguments for starting a Node Manager instance; this will take precedence over `JAVA_OPTIONS` and `USER_MEM_ARGS`.
240240
* `WLST_PROPERTIES`: System properties for WLST commands in introspector jobs or WebLogic Server instance containers.
241241
* `WLST_EXTRA_PROPERTIES`: System properties appended to WLST_PROPERTIES for WLST commands in introspector jobs or WebLogic Server instance containers.
242242
* `WLSDEPLOY_PROPERTIES`: System properties for WebLogic Deploy Tooling commands during Model in Image introspector jobs or WebLogic Server instance containers.
@@ -248,7 +248,7 @@ You can use the following environment variables to specify JVM memory and JVM op
248248
* The following behavior occurs depending on whether or not `NODEMGR_JAVA_OPTIONS` and `NODEMGR_MEM_ARGS` are defined:
249249
* If `NODEMGR_JAVA_OPTIONS` is not defined and `JAVA_OPTIONS` is defined, then the `JAVA_OPTIONS` value will be applied to the Node Manager instance.
250250
* If `NODEMGR_MEM_ARGS` is not defined and `USER_MEM_ARGS` is defined, then the `USER_MEM_ARGS` value will be applied to the Node Manager instance.
251-
* The default Java property values (`-Xms64m -Xmx100m -Djava.security.egd=file:/dev/./urandom`) will be applied to the Node Manager instance if nothing else is specified.
251+
* If nothing else is specified, then the default Java property values (`-Xms64m -Xmx100m -Djava.security.egd=file:/dev/./urandom`) will be applied to the Node Manager instance.
252252
* The `USER_MEM_ARGS` and `WLST_EXTRA_PROPERTIES` environment variables both default to `-Djava.security.egd=file:/dev/./urandom` in all WebLogic Server pods and the WebLogic introspection job. They can be explicitly set to another value in your Domain or Cluster YAML file using the `env` attribute under the `serverPod` configuration.
253253
* Notice that the `NODEMGR_MEM_ARGS`, `USER_MEM_ARGS`, and `WLST_EXTRA_PROPERTIES` environment variables all include `-Djava.security.egd=file:/dev/./urandom` by default. This helps to speed up the Node Manager and WebLogic Server startup on systems with low entropy, plus similarly helps to speed up introspection job usage of the WLST `encrypt` command.
254254
* For a detailed description of Java and pod memory tuning see the [Pod memory and CPU resources FAQ]({{<relref "/faq/resource-settings.md">}}).

0 commit comments

Comments
 (0)