> From: emerson cargnin [mailto:[EMAIL PROTECTED]
> Subject: Re: Non-Heap Memory always increasing during
> deployment for TC 5.5.26/Solaris/JVM 1.5.0_16
>
> Wouldn't it be a problem with the JVM or tomcat and the plataform?

No, it's 99.999999% likely to be a problem in your app (or 3rd-party libraries 
your app happens to be using), assuming it's a problem at all.  The PermGen 
doesn't get collected until it really needs to, so unless you're actually 
running out of non-heap space, it may be that the JVM just hasn't bothered to 
run a garbage collection on that area yet.

You can use a heap profiler to find out what objects are still alive - and 
therefore what classes - and see if you have some references that should have 
been cleared but weren't.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to