Hello,

I have a test plan with Number of Threads = 5000. Each thread will send an
HTTP request to a JSP which queries data from an Oracle database.

When the #Samples reaches around 250, the JMeter console displays this
message:

------------------------------
java.lang.OutOfMemoryError: unable to create new native thread
        at java.lang.Thread.start(Native Method)
        at
org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:400)
        at java.lang.Thread.run(Unknown Source)
------------------------------

The jmeter.bat has been configured with

set HEAP=-Xms1024m -Xmx1024m
set NEW=-XX:NewSize=256m -XX:MaxNewSize=256m

I'm using JMeter 2.2 and have tried 2.3RC3 with no luck. What could be the
problem? Memory leak somewhere in JMeter or the Web App? How can you debug
this?

Please advise.

Jada
-- 
View this message in context: 
http://www.nabble.com/OutOfMemoryError-tf4348833.html#a12390604
Sent from the JMeter - User mailing list archive at Nabble.com.


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

Reply via email to