When do you get out of memory ? after several deployments ?
there are known issues related with PermGen Space
try add these parameters to java
-XX:+CMSClassUnloadingEnabled
| -XX:+CMSPermGenSweepingEnabled
| -XX:MaxPermSize=256M
bye
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174523#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...