I am running 2250 users test from AWS windows VM, Following are the details.
Windows RAM: 32GB CPU: 8 Core
Once test reaches to 600 concurrent users the cpu is going 100% utilization. The action taken to resolve this,(Using Jmeter for test)
- Increased the Heap size (HEAP=-Xms512m -Xmx12288m)
- Removed lisners from the test.
- Running test from NON GUI mode.
Still Load generator machine reaching to 100%. What whould be the best solution to fix this issue.