RE: Tomcat OOM errors..

2011-11-03 Thread Dale Ogilvie
with application redeploys, or restarting tomcat occasionally, if you can't locate and fix the leaks in the webapp. -Original Message- From: celtic man [mailto:dheerajman...@hotmail.com] Sent: Friday, 4 November 2011 4:26 a.m. To: users@tomcat.apache.org Subject: Tomcat OOM errors..

Re: Tomcat OOM errors..

2011-11-03 Thread Konstantin Kolinko
2011/11/3 Francis GALIEGUE : > On Thu, Nov 3, 2011 at 16:25, celtic man wrote: >> >> I see these errors(tomcat 6) : >> >> Exception in thread "http-bio-8080-exec-21" >> java.lang.OutOfMemoryError: PermGen space >> Exception in thread "com.mchange.v2.async.ThreadPoolAsynchronousRunner >> $PoolThrea

Re: Tomcat OOM errors..

2011-11-03 Thread Francis GALIEGUE
On Thu, Nov 3, 2011 at 16:25, celtic man wrote: > > I see these errors(tomcat 6) : > > Exception in thread "http-bio-8080-exec-21" > java.lang.OutOfMemoryError: PermGen space > Exception in thread "com.mchange.v2.async.ThreadPoolAsynchronousRunner > $PoolThread-#0" java.lang.OutOfMemoryError: Perm

Tomcat OOM errors..

2011-11-03 Thread celtic man
the JAVA parameters : CATALINA_OPTS=-Xmx4000M Do i need to change that to =-Xms2048M -Xmx2048M -XX:Permsize=512m - XX:MaxPermsize=512m ?? Anticipating a favorable reply. -- View this message in context: http://old.nabble.com/Tomcat-OOM-errors..-tp32773665p32773665.html Sent from the Tomcat - User mai