Hi, I know about two issues related with outofmemory exception.
First, when you are running with GUI and listeners, after some time you will run out of memory, because listeners collects samples in memory. But you've said that's not your case (remote testing) You've also said in previous mail that this happens only when increasing thread number. I think that's the reason - every thread wants some memory (it collects response data for some time) and system cannot give it to him. Did you try increasing -Xmx parameter in JVM?. Standard settings don't allow me to run even 60 threads... please edit you jmeter.bat (windows) or jmeter (linux) and make something like: java -Xmx128mb -Xincgc .... and so on. It will allow JVM to allocate more memory. best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>