Oracle Weblogic Server (MOSC)

MOSC Banner

Xmx/Xms startup parameters when starting managed server thru nodemanager

edited May 22, 2012 9:48AM in Oracle Weblogic Server (MOSC) 6 comments
Yesterday I've got some panic with my WLS installation cluster which working sometime in production when I decide to check java process with "ps -ef" and see Xmx512m )I use WLS12c on OELx64.

Simple case:
1.Set managed server startup arguments thru console(or setArguments while domain creation) and check that setting reflected correctly in nodemanager startup properties.

-bash-3.2$ cat $DOMAIN_HOME/servers/alfa/data/nodemanager/startup.properties
#Server startup properties
Arguments=-jrockit -Xms2340m -Xmx2340m
...
-bash-3.2$ cat $WL_HOME/common/nodemanager/nodemanager.properties | grep StartScriptEnabled
StartScriptEnabled=true
...

2. Start managed server thru startManagedWebLogic.sh without USER_MEM_ARGS 

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center