The error looks like an OS level limitation <https://www.networkworld.com/article/2693414/setting-limits-with-ulimit.html> 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 number of processes in linux <https://stackoverflow.com/questions/9361816/maximum-number-of-processes-in-linux> for more details. Given the number of virtual users you're trying to simulate it makes more sense to go for distributed testing <https://www.blazemeter.com/blog/how-to-perform-distributed-testing-in-jmeter> as my expectation is that investing into a couple of AWS machine would be much cheaper than the time and effort you will spend by trying to conduct this load using a single host. -- Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org For additional commands, e-mail: user-h...@jmeter.apache.org