You need to change your jmeter properties
Open the jmeter.bat file in notepad and change the settings set HEAP=-Xms512m -Xmx512m To set HEAP=-Xms1024m -Xmx1024m This should solve your problem Also why are you checking for .xml & .dat files. -----Original Message----- From: Nagusoft [mailto:[email protected]] Sent: Wednesday, 26 May 2010 10:41 p.m. To: [email protected] Subject: Out of Memory Error in JMeter during Endurance testing Importance: High Hi All, I am using Java samplers to send the requests.Some java samplers send query string to the server, some send .dat files and receive responses as objects, some send .xml files and get .xml responses. When I run the .jmx file which contains this test plan for prolonged time ( Endurance testing), JMeter throws out of memory error, and the script gets terminated after 17 hours of run. The test plan has only one Thread group , and there are 89 java samplers with in that thread group. Note: I have also increased the heap size in JMeter.bat and I use only one listener(Summary report). Kindly suggest solutions. Regards, -- View this message in context: http://old.nabble.com/Out-of-Memory-Error-in-JMeter-during-Endurance-testing-tp28678996p28678996.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

