Appserver runs out of memory
Posted
by sarego
on Stack Overflow
See other posts from Stack Overflow
or by sarego
Published on 2010-03-24T11:56:14Z
Indexed on
2010/03/25
7:33 UTC
Read the original article
Hit count: 513
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. This happens every 3 weeks after which a server restart is needed to fix this. Upon analysis of the heap dumps we find the problem to be objects used in JSPs.
Can JSP objects be the real cause of Appserver memory issues? How do we free up JSP objects (Objects which are being instantiated using usebean or other tags)?
We have a clustered Websphere appserver with 2 nodes and an IHS.
© Stack Overflow or respective owner