DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23000>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23000 I get Out of Memory error when running a JMX file that is 14 MB. ------- Additional Comments From [EMAIL PROTECTED] 2003-12-05 17:03 ------- I also have this problem, though my jmx file is only 74kB. This is on JMeter 1.9.1, running from Ant. The error produced is as follows: [jmeter] Created the tree successfully [jmeter] Starting the test [jmeter] java.lang.OutOfMemoryError [jmeter] java.lang.OutOfMemoryError [jmeter] java.lang.OutOfMemoryError [jmeter] java.lang.OutOfMemoryError [jmeter] java.lang.OutOfMemoryError [jmeter] java.lang.OutOfMemoryError [jmeter] java.lang.OutOfMemoryError [jmeter] java.lang.OutOfMemoryError I'm running my Threads individually, and after one thread craps out with the OutOfMemory error, the next thread still starts. It seems the "leak" may involve the receive buffer of an HTTP request, since this only occurs on large requests (resulting in > 100kB downloads). However, once one thread has crashed, it seems more likely the following ones will too. I will try to increase the maximum memory for the VM, to see if that helps. Still, there's no reason why JMeter should need this much memory. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
