> -----Original Message-----
> From: Simon, Leonard [mailto:leonard.si...@hsn.net]
> Sent: Monday, July 09, 2012 4:24 PM
> 
> Well our Tomcat went out to lunch again and we had to recycle the webserver
> to get things stablized. By this I mean we get reports from the users that
> screens become unresponsive and looking at a top we see tomcat process
> taking 100% CPU.

<cut>

> PSPermGen       total 54336K, used 54288K [0x00007f73d3200000,
> 0x00007f73d6710000, 0x00007f73dda00000)
>   object space 54336K, 99% used

Try growing your perm gen space--this is at 99% and may be thrashing a bit.  
Start Tomcat with -XX:MaxPermSize= and a suitable value.

You may find perm gen usage stabilizes at some point, or keeps growing 
indefinitely.  If the latter, look for excessive use of class loading in your 
application.   Excessive application redeploying in Tomcat may cause the same 
thing.

-Jeff



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to