Performance Issue at MS Windows

From Wiki
Revision as of 20:36, 10 February 2011 by Ebasso (talk | contribs) (New page: https://www-304.ibm.com/support/docview.wss?uid=swg21295167 http://support.microsoft.com/kb/951037 Current Status netsh int tcp show global Disabling Receive Side Scaling (RSS) ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


https://www-304.ibm.com/support/docview.wss?uid=swg21295167

http://support.microsoft.com/kb/951037

Current Status

netsh int tcp show global  

Disabling Receive Side Scaling (RSS)

netsh int tcp set global rss=disabled

Disabling TCP Chimney Offload

netsh int tcp set global chimney=disabled 

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters

b. Add a new DWORD value named DisableTaskOffload and set it to 1.