It's all about the answers!

Ask a question

How can we correct CLM 5.0.2 from getting OutOfMemoryErrors?


Dennis Kirkpatrick (1517) | asked Jul 25 '16, 2:05 p.m.
I have a VM which the memory has been increased from 12 GB to 24GB. On the Tomcat service please verify that  –xmx and –xms should be set to half of the system memory to eliminate Out Of Memory Errors.

Accepted answer


permanent link
Richard Rakich (1113) | answered Jul 25 '16, 2:23 p.m.
JAZZ DEVELOPER
 There really isn't enough information here to provide an accurate answer, but yes, you can make that adjustment.

In general OOM errors can be generated in a number of different ways depending on your configuration and usage.  If you can provide more information, we can help guide you more precisely, or you can open a ticket with the support team.

Dennis Kirkpatrick selected this answer as the correct answer

One other answer



permanent link
Alan Sampson (93749) | answered Jul 25 '16, 2:26 p.m.
JAZZ DEVELOPER
edited Jul 25 '16, 2:28 p.m.
The rule of thumb is: 
-Xms == -Xmx == (RAM / 2)
but there are no guarantees that in your configuration it will eliminate OutOfMemoryError conditions. You would need further analysis done to get a better picture of system performance.

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.