Deepak Shetty wrote:
Hi
" Unable to create new native thread." means this isnt the standard heap out
of memory error , and it will be Operating System dependent. I guess on *nix
systems you'd have to check ulimit, max number of threads allowed per
process etc.
you'd need to check for the Operating system your running on , doesnt seem
to be a JMeter problem (if you tried starting 3000 threads in a simple Java
program on the same os, you'd hit the same issue)

regards
deepak

On Thu, Nov 19, 2009 at 4:13 AM, testing.arun <[email protected]
wrote:

Hi,
I am using jmeter2.3.4.
When I run the test with 3000 load with rampup period 30 sec I got
Outof memory Error: Unable to create new native thread.

When I run the same script in another  system it works fine without any
error.

Both the system have same congiguration.

--
View this message in context:
http://old.nabble.com/Out-of-memory-error%3AUnable-to-create-new-native-threads-tp26421309p26421309.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]



I too experienced the same problem while testing one of the applications. This happens when the process starts off with so many threads in less span of time, As stated in your mail , you were trying to start 3000 threads in 30 secs which is way too less to process.

This link might help in fixing it:
http://www.egilh.com/blog/archive/2006/06/09/2811.aspx

Thanks
Jatin

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to