Yes, intense redeployment causes this problem to occur. I have experienced it on other AppServers too. I don't know the acutal JVM memory technicalities causing it. But it can be handled by increasing the Permanent Generation memory in the jvm.
ie set JAVA_OPTS=%JAVA_OPTS% -Xms256m -Xmx768m -XX:MaxPermSize=128m / Jakob View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921182#3921182 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921182 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
