java.lang.OutOfMemoryError: GC overhead limit exceeded error prompts and MVMA GUI disconnects while trying to move 500+ messages from one queue to another queue <body><h2>HTTP ERROR 500</h2> <p>Problem accessing /bmmadmin/wmq/eventstatus/. Reason: <pre> Server Error</pre></p><h3>Caused by:</h3><pre>java.lang.OutOfMemoryError: GC overhead limit exceeded at java.util.Arrays.copyOfRange(Arrays.java:3664) |
- Check for the java maxmemory in the wrapper.conf file. - Increase if the values are set to default as below: wrapper.java.initmemory=512 wrapper.java.maxmemory=2048 - It is always a best practice to have double the values to the default ones for the java maxmemory or depending on the monitoring environment and message size/load, triple the value if required. |