> From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] 
> Subject: PermGen space errors

> Deploying a third party app is causing Out of Memory errors on 
> our web server.

> Will increasing these: -Xms1024m -Xmx1024m -XX:PermSize=256m 
> -XX:MaxPermSize=356m  just delay the inevitable?

With just the information given, it's not possible to tell.  Perhaps this 
3rd-party webapp just needs more PermGen space, or (more likely) it really does 
have leaks.  At the very least, it's very sloppy in managing the resources it 
creates (as evidenced by the shutdown log messages), and is therefore not to be 
trusted.

If the PermGen errors occur only after one or more redeployments of the webapp, 
then it could be just the resource management problems.  If the errors occur 
without redeployment, then it either really does need more space, or it's 
simply losing track of classes it creates as part of normal operation.

You should definitely contact the vendor about their sloppy implementation.

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to