i did that, but I am running uptime tests. it really is the graph listener that causes this. so, i just don't use the listeners when running this type of tests.
but thanks! -mez -----Original Message----- From: Alf H�gemark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 9:08 AM To: JMeter Users List Subject: Re: outof memory I guess you already know this, but I thought I would suggest it anyway : You can allow the java process to use a larger heap size Edit your bin\jmeter.bat file (or your jmeter file if your on unix) changing : java -cp %LOCALCLASSPATH%;ApacheJMeter.jar .... to java -Xmx256M -cp %LOCALCLASSPATH%;ApacheJMeter.jar .... This will allow heap size of 256M, instead of 128M which I think is default. Regards Alf Hogemark ----- Original Message ----- From: "Marcusz Zafarano" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 11, 2002 11:34 PM Subject: outof memory > I was wondering if anyone fixed the outofmeory problem? > > thx > -mez > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

