Oracle WebCenter Content (MOSC)

MOSC Banner

While starting weblogic - Unknown option or illegal argument: -Xmn600M.

edited Dec 18, 2015 12:17AM in Oracle WebCenter Content (MOSC) 3 commentsAnswered ✓

Hi Experts,

I have cluster WCI environment where while starting the Weblogic i am getting below error.

Error:-

Unknown option or illegal argument: -Xmn600M.

Please check for incorrect spelling or review documentation of startup options.

Could not create the Java virtual machine

I have made the below changes in setDomainEnv.sh file

USER_MEM_ARGS="-Xms1024m -Xmx1024m -Xmn300M"

if [ "${SERVER_NAME}" = "" ] ; then

export USER_MEM_ARGS=" -Xms1024m -Xmx1024m -Xmn300M"

fi

if [ "${SERVER_NAME}" = "AdminServer" ] ; then

export USER_MEM_ARGS="-Xms2048M -Xmx2048M -Xmn600M -Xverbose:gc -XverboseTimeStamp"

fi

Please help.

Regards,

Vikrant Korde.

Tagged:

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