Hi Steve, I was getting out-of-memory errors also. I edited the jmeter.bat file to increase the heap:
set HEAP=-Xms512m -Xmx512m This tells the Java JVM it can use more memory. Also the Listeners can take up a lot of memory. Setting them to record only errors will help. Regards, Frank b4d93r <[EMAIL PROTECTED]> 09/26/2007 11:14 AM Please respond to "JMeter Users List" <[email protected]> To [email protected] cc Subject Out of Memory errors Good day everyone! When running JMeter, I eventually get "Out of Memory" errors showing up in the command window. I was wondering if anyone else has experienced this and what you did to correct it. Here is some other information that could be helpful. Jmeter v2.3RC4 Running on Windows Server 2003 (Intel Xenon 3GHz/2GB RAM) JRE client on all three machines: jre-6u2 I'm running the test (SOAP/XML) against 2 tomcat servers running on Unix with a load balancer. Is there anything simple I can do like adjust the paging file to help fix this? Thanks! Steve -- View this message in context: http://www.nabble.com/Out-of-Memory-errors-tf4523685.html#a12905544 Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

