Re: unable to create new native thread error

2019-03-12 Thread Deepak Shetty
In additions to what others have said (this is not a heap problem), your calculation looks off You want 100,000 requests per minute. Assuming on average that a request = 5 seconds (for e.g.) , a single thread would be able to generate 12 requests (no think times etc). That would need only ~10,000

Re: unable to create new native thread error

2019-03-12 Thread glin...@live.com
The error looks like an OS level limitation of the number of processes so you need to amend underlying operating system configuration in order to allow at least that many processes as virtual users. See Maximum

Re: unable to create new native thread error

2019-03-12 Thread Ivan Rancati
hi, does this line -Jthreads=12 -Jramp=1 mean creating 120.000 Threads? That would be a extremely high load on the jMeter host (both cpu and memory), regardless of the ramp up time (not sure how you read the "ramp" property from your script, but sure it can't be one second). jmeter.log

unable to create new native thread error

2019-03-12 Thread Prateek Dua
Hi, I am trying to give load of 1Lacs user from command line mode of Jmeter ( -Jthreads=12 -Jramp=1 -Jloop=1 -) set up on Aws machine ( single machine) using the basic thread group using constant throughput timer to achieve throughput of 1Lac rpm. But while running the script getting