Re: [appfuse-user] PermGen Exception

2009-09-17 Thread ramzi khlil
Hi All, Yes, I did adjust my JAVA_OPTs and it fix the problem. But, if you undeploy the application the size of PermGen will not decrease. PermGen will increase continously until it reaches the specified value in JAVA_OPTS and then throws outOfMemoryException PermGen. As I read in the article I p

Re: [appfuse-user] PermGen Exception

2009-09-16 Thread Dale Newfield
tibi wrote: these work for me: export MAVEN_OPTS="-Xms556M -Xmx556M -XX:MaxPermSize=556M -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled" I see those are your MAVEN_OPTS, so they're only used while building, not for your web server, right? Do you know enough about those options to sug

Re: [appfuse-user] PermGen Exception

2009-09-16 Thread tibi
these work for me: export MAVEN_OPTS="-Xms556M -Xmx556M -XX:MaxPermSize=556M -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled" Matt Raible wrote: > Have you tried adjusting your JAVA_OPTS? If so, what do you have them > set to? > > On Wed, Sep 16, 2009 at 4:16 PM, ramzi khlil

Re: [appfuse-user] PermGen Exception

2009-09-16 Thread Matt Raible
Have you tried adjusting your JAVA_OPTS? If so, what do you have them set to? On Wed, Sep 16, 2009 at 4:16 PM, ramzi khlil wrote: > Hi Matt, > > I tried to deploy and undeploy appfuse several times, but after the third > one I got PermGen exception. > Some poeples suggest to increase the size of