10 messages in com.canoo.lists.webtestRe: [Webtest] Out of memory when runn...
FromSent OnAttachments
Tim Miller18 Apr 2007 10:38 
Lisa Crispin18 Apr 2007 10:52 
Marc Guillemot19 Apr 2007 08:27 
Tim Miller19 Apr 2007 14:59 
Marc Guillemot20 Apr 2007 01:07 
Tim Miller20 Apr 2007 10:39 
Marc Guillemot23 Apr 2007 00:57 
Tim Miller23 Apr 2007 08:28 
Rob Manthey23 Apr 2007 19:23 
Michael Habbert24 Apr 2007 01:12 
Subject:Re: [Webtest] Out of memory when running WebTest
From:Lisa Crispin (lisa@gmail.com)
Date:04/18/2007 10:52:45 AM
List:com.canoo.lists.webtest

Did you try this: ANT_OPTS=-Xmx500m

I also have in an old email that the LANG variable can have an effect, we now have ours set to en_US.UTF-8.

We run a pretty big suite of tests and we used to have a lot of problems with memory running on a dual processor server with 2 gig of memory, but it's ok now, and I think the above things are what solved it for us. -- Lisa

On 4/18/07, Tim Miller <tmil@edgedynamics.com> wrote:

I have a project which contains 12 WebTests, each WebTest contains approximately 50-60 steps. I can only run 4 of the WebTests at a time. Anything more and I get an out of memory. Each WebTest seems to use about .1 GB of memory when it runs, the memory usage never goes down once each WebTest completes. Eventually, it just locks up the machine then returns out of memory. I have 2 GB of memory on the machine.

WebTest is run from an Ant script which runs java on org.apache.tools.ant.launch.Launcher, fork=true, maxmemory=1024m.

WebTest: build 1453

Ant: 1.6.5 (also tried 1.7.0)

I am including the WebTest taskdef only once as was suggested in eariler discussions. I am using the xml results output. Any ideas?