Re: permgen space increases every day

2013-05-23 Thread fachhoch
. -- View this message in context: http://tomcat.10.x6.nabble.com/permgen-space-increases-every-day-tp4999275p4999396.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: permgen space increases every day

2013-05-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Facchoch, On 5/21/13 12:23 PM, fachhoch wrote: > Thanks for your replies, I use spring , hibernate , wicket. For > some of my objects I create proxy using spring, hibernate > creates proxies and injection into wicket objects uses spring > proxy.

Re: permgen space increases every day

2013-05-21 Thread fachhoch
best way I can force tomcat to garbage collect my permgen, I am running tomcat with -Xmx1024m -Xmx1024m -XX:MaxPermSize=1024m -- View this message in context: http://tomcat.10.x6.nabble.com/permgen-space-increases-every-day-tp4999275p4999284.html Sent from the Tomcat - User mailing list

Re: permgen space increases every day

2013-05-21 Thread Jess Holle
Note: If you use various things like RMI and CMS GC and don't set one or two key properties you'll always have a perm gen leak. It's a nice feature of CMS :-) On 5/21/2013 10:44 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Fachhoch, On 5/21/13 10:53 AM, fa

Re: permgen space increases every day

2013-05-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Fachhoch, On 5/21/13 10:53 AM, fachhoch wrote: > My application running on tomcat ,every day I see an increase in > permgen space What was PermGen usage after your webapp reached a steady-state (usually a few minutes after launch)? How much does it

permgen space increases every day

2013-05-21 Thread fachhoch
Note# I am not redeploying any application in tomcat and I just have my app and not even the manager app.I always restart the server if I have to redeploy my app. Please advice . -- View this message in context: http://tomcat.10.x6.nabble.com/permgen-space-increases-every-day-tp4999275.html