Hi,

As of version 1.4 and below of j2sdk, a complementary thing you can do is to make threads consume less memory, by setting the per-thread stack size (see JVM's option -Xss, e.g. in http://java.sun.com/j2se/1.4.2/docs/tooldocs/linux/java.html). The default for this parameter is generally much more than actually required (I've heard of something like 2Mb, but could not find it myself in any j2sdk1.4.x documentation). Try a smaller value...

Regards,
-- Bruno.

Dan Brown a �crit:

Hi,

The number of threads that you run is related to the memory available.
In the startup script, make sure that you have enough memory for java to
run in ( use the -Xmx flag (i.e. -Xmx1024m ) ). If you don not have
enough memory allocated, JMeter will fail with an out of memory error.





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to