I am running a Jmeter load test for my application. I can successfully run the test to login-search-logout for 500 users with a ramp-up of 150. I am unable to run a test for any higher number of users ( 800 users with 240 ramp-up or 1000 with 300) I tried increasing the ramp-up time too. I dont see any system errors nor do I see any connection pool errors. Even Jmeter log looks normal. However, my test gets killed after a number of users is reached ( for 800 user, the test kill at 800 ). Any suggestions as to what I can check for? Thank you
As mentioned by CodeChimp and tried by you already, first to check is the heap size. And also verify with lesser number of users.
You could also try to start two jmeter instances (probably with different user id range?) instead of one.
If the problem still persists, there could be two possibilities: 1. Unable to send so many requests from client side. 2. Server(being tested) is unable to handle that many requests.
To verify if the problem is with client: