It's all about the answers!

Ask a question

RTC doesn't start with Java OPT Xmx = 32GB.


Yasuyuki Tominaga (297416) | asked Nov 29 '15, 6:32 a.m.
edited Nov 29 '15, 7:25 p.m.
RTC tomcat doesn't start with Java OPT setting Xmx = 32GB. Why?

One answer



permanent link
Yasuyuki Tominaga (297416) | answered Nov 29 '15, 6:36 a.m.
Try to change Java OPT default setting "-Xcompressedrefs" to "-Xnocompressedrefs" at server.startup.sh.

Compressed reference feature (-Xcompressedrefs command line option) of the J9 JVM can't be used with -Xmx value greater than 25GB, according to the help below:
http://www-01.ibm.com/support/knowledgecenter/SSYKE2_6.0.0/com.ibm.java.doc.60_26/vm626/J9/VM/xcompressedrefs.html?lang=en.

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.