Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] OutOfMemory errors

On 08/07/2015 22:48, radiatejava wrote:
Problem is about once a month JVM is reporting OutOfMemory error and
the application dies. This is urgent for us. Heap dump does not show
anything suspicious. I am putting the stack trace here. Any help is
appreciated.

Have you tried using something like the Eclipse analyser to look for memory leaks in a dump taken using JMX? The place where the OOME occurs is usually much less interesting than the leak that used up all the memory to make it happen...

--
John English


Back to the top