Networking Considerations for better performance in Win2k8R2 and VMXNET3 Driver

http://lifeofageekadmin.com/network-performance-with-vmxnet3-on-windows-server-2008-r2/


Or running these commands from a command line:
netsh int tcp set global chimney=Disabled
netsh int tcp set global autotuninglevel=Disabled
netsh int tcp set global congestionprovider=None
netsh int tcp set global ecncapability=Disabled
netsh int ip set global taskoffload=disabled
netsh int tcp set global timestamps=Disabled

Comments