How can we correct CLM 5.0.2 from getting OutOfMemoryErrors?
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
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
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
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.