Re: permgen error

2014-04-25 Thread Ilya Obshadko
I've managed to get rid of PermGen space errors using this JVM startup configuration: -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=128m Hope that might help others affected by this problem. On Fri, May 10, 2013 at 2:15 PM, nhhockeyplayer nashua < nhhockeypla...@hotmail.

RE: permgen error

2013-05-09 Thread nhhockeyplayer nashua
With my maven pom.xml settings setup like This... ${jetty-maven-plugin-version} ${mysql.groupId} ${mysql.artifactId} ${mysql.jConnect.JDBC.version}

RE: permgen error

2013-05-08 Thread nhhockeyplayer nashua
Thanks guys for the helpful feedback. I am not sure if my latest corrupted markup bug could be a biproduct of this memory mauling. yes I am in development mode on a live deployment under tomcat and mysql jetty jdbc it happened on the live server... so I was cussin a few over it Here is a blip

Re: permgen error

2013-05-08 Thread Bob Harner
If you're running in development mode and have made a lot of iterative changes to page/component/mixin/service classes since the last restart (a lot being dozens or hundreds, depending on your MaxPermSize setting), this can be considered normal. Tapestry's live class reloading does chew up permgen

Re: permgen error

2013-05-08 Thread Boris Horvat
It means that you dont have enough memory for the application try running the application with something like -XX:MaxPermSize=128M On Wed, May 8, 2013 at 7:18 PM, nhhockeyplayer nashua < nhhockeypla...@hotmail.com> wrote: > Folks, > > has anyone seen this? ANy ideas how to remedy ? > > HTTP Sta