It's all about the answers!

Ask a question

RTC 4.0 - AIX PPC 64 bit - problem with WebSphere generic JVM arguments


Donald Poulin (2249119107) | asked Jun 19 '12, 6:37 a.m.

Websphere 7 fixpak 23 64 bit is up and running. I have configured everything the document calls for except on item.

In the Generic JVM argument under server1 it tells you to place the following variables,

-Xmx4g -Xms4g -Xmn512 -Xgcpolicy:gencon –Xnocompressedrefs

When I place these variables and try to restart server1 it crashes. The rest of the configuration that it calls out runs fine.


Any ideas why?  We have 8G of real memory.

One answer



permanent link
Craig Chaney (9212) | answered Jun 22 '12, 12:38 p.m.
JAZZ DEVELOPER
It looks like there's a typo for AIX on that page in the infocenter.  The -Xmn argument is missing an 'm' at the end.  Try:

-Xmx4g -Xms4g -Xmn512m -Xgcpolicy:gencon –Xnocompressedrefs

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.