I am running 4500 users test using JMeter in 2 distributed machines. Following are the machine details.
Windows Slave Machine details: Windows server R2
RAM: 8GB
CPU: 4 core
HEAP size which is configured in Jmeter.bat file
set HEAP=-Xms1024m -Xmx10240m set NEW=-XX:NewSize=512m -XX:MaxNewSize=2048m
Now here the problem is once test reached to 4500 users remote machines(Amazon windows instances) are getting disconnected from the network. Unable to run the script from Master.
Please provide me the solution do I need to change any other configurations.
Thanks in Advance.