My Oracle Support Banner

NodeManager Heap Size Change In WebLogic 12.2.1 and 12.2.1.1 and Higher (Doc ID 2189734.1)

Last updated on JUNE 20, 2024

Applies to:

Oracle WebLogic Server - Version 12.2.1.0.0 and later
Information in this document applies to any platform.

Symptoms

In WebLogic 12.2.1 and higher, when trying to increase the heap size of nodemanager process, in startNodemanager.sh, it doesn't work.  For eg, increased the MEM_ARGS="-Xms512m -Xmx512m" in startNodeManager.sh but the values will not take effect.

There are no error messages but the NodeManager always uses MEM_ARGS as -Xms32m -Xmx200m even if you specified MEM_ARGS="-Xms512m -Xmx512m" in startNodeManager.sh

Changes

 From WLS 12.2.1 onwards the implementation has changed a bit and now commEnv.sh script calls the two internal scripts below:

. $MW_HOME/oracle_common/common/bin/commBaseEnv.sh

. $MW_HOME/oracle_common/common/bin/commExtEnv.sh

The actual memory parameter is present in commBaseEnv.sh (Unix) / commBaseEnv.cmd (Windows)

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.