Error during workload test

2006-04-03 Thread Bruno Charloup
Hi all, I'm performing some long tests on my application using JMeter. Finally, my application is still "alive", but JMeter not ! I've added memory for JMeter in the JMeter.bat : set HEAP=-Xms512m -Xmx512m (this line is changed, other lines remain unchanged) set NEW=-XX:NewSize=128m -XX:MaxNewSize

Re: Error during workload test

2006-04-03 Thread sebb
Use non-GUI mode; remove *all* listeners, and add -l to create a new listener. If you don't need XML output, CSV uses less memory - just edit the saveservice entries in jmeter.properties. S. On 03/04/06, Bruno Charloup <[EMAIL PROTECTED]> wrote: > Hi all, > I'm performing some long tests on my ap