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]>

Reply via email to