RE: Recurrent OutOfMemoryError during Eclipse publish operation to test environment

2008-12-18 Thread Caldarale, Charles R
> From: Kees de Kooter [mailto:kdekoo...@gmail.com] > Subject: Re: Recurrent OutOfMemoryError during Eclipse > publish operation to test environment > > Did you try doubling the permsize? > -XX:PermSize=256m It doesn't look like a problem with PermGen; this is a direct allo

Re: Recurrent OutOfMemoryError during Eclipse publish operation to test environment

2008-12-18 Thread Rainer Frey
On Thursday 18 December 2008 11:38:12 bemmi wrote: > Hi, > > I'm using Tomcat 6.0.18, Eclipse 3.3.2 and JDK 1.5.0_14. I've created a > test server using my Tomcat installation and > provide these VM args in my launch configuration -Xms512m -Xmx768m > -XX:PermSize=128m. Whenever I publish a web pr

Re: Recurrent OutOfMemoryError during Eclipse publish operation to test environment

2008-12-18 Thread Kees de Kooter
Did you try doubling the permsize? -XX:PermSize=256m Cheers, Kees de Kooter http://www.boplicity.net On Thu, Dec 18, 2008 at 11:38, bemmi wrote: > > Hi, > > I'm using Tomcat 6.0.18, Eclipse 3.3.2 and JDK 1.5.0_14. I've created a > test server using my Tomcat installation and > provide these V