Hi, did you explicitly increase the PermGen size?
I usually add the following to $JAVA_OPTS in run.conf: -Xms256m -Xmx768m -XX:MaxPermSize=256m You can e.g. use the jconsole to track your PermGen usage (and check if it was really increased). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122156#4122156 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122156 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
