memory « websphere « Java Enterprise Q&A





1. How to detect Out Of Memory condition?    stackoverflow.com

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) ...

2. How to free up memory?    stackoverflow.com

We have been facing Out of Memory errors in our App server for sometime. We see the used heap size increasing gradually until finally it reaches the available heap in size. ...