On 09/15/10 08:28, abhishek jain wrote:
> Hi,
> i have the following in bin/catalina.sh
>
>   JAVA_OPTS="$JAVA_OPTS -server -Xms512M -Xmx1024M -XX:MaxPermSize=1024M
> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager"
>
> still i get the permgen error exception everyday, pl. someone help, i have
> about 7 applications in struts running on the server, the applications are
> in struts 1.2 , mysql, tomcat 5.5, and are not big applications with about
> only a few jsps.
>
> I consider the applications written properly, pl. help,
>
A few things that can fill PermGen space are...
- repeated re-deployment of applications in tomcat
- dynamically generating classes/JSP pages
- doing really weird stuff with the classloader(s)

Unless you are doing any of the above, I would try and monitor PermGen space
usage in jconsole for a while. You might also want to consider separating those
applications into several tomcat instances to narrow down the cause.

Cheers,
 Edmund

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

Reply via email to