Tagged Questions

4
votes
9answers
3k views

How to detect Out Of Memory condition?

I have an application running on Websphere Application Server 6.0 and it crashes nearly every day because of Out-Of-Memory. From verbose GC is certain there are the memory leaks(many of them) ...
0
votes
2answers
171 views

What is the possible causes of “java.lang.OutofMemoryError” in a executing thread?

I have met a Out of Memory problem in my application. In one of my threads execution, there is a sudden java.lang.OutofMemoryError and make that threads die. I have already select the memory heap ...