Performance Issue at MS Windows: Difference between revisions

From Wiki
(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) ...)
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:


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


  netsh int tcp set global chimney=disabled  
  netsh int tcp set global chimney=disabled  
netsh int tcp set global chimney=netdma
Current Status
netsh>int tcp show global
Querying active state...
TCP Global Parameters
----------------------------------------------
Receive-Side Scaling State          : disabled
Chimney Offload State              : disabled
NetDMA State                        : disabled
Direct Cache Acess (DCA)            : disabled
Receive Window Auto-Tuning Level    : normal
Add-On Congestion Control Provider  : ctcp
ECN Capability                      : disabled
RFC 1323 Timestamps                : disabled


HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters


b. Add a new DWORD value named DisableTaskOffload and set it to 1.
b. Add a new DWORD value named DisableTaskOffload and set it to 1.
== Ver também ==
* [[Instalando o Lotus Sametime 8.5 no Linux]]
* [[Configurando conversão de documentos do Sametime 8.5]]
* [[Sametime: Comandos Uteis]]
* [[Microsoft Windows|  Mais Artigos sobre Microsoft Windows]]
* [[Lotus Sametime|  Mais Artigos sobre IBM Sametime]]
[[Category: Microsoft Windows]]
[[Category: IBM Sametime]]
[[Category: Sametime]]

Latest revision as of 20:58, 4 February 2013

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 


netsh int tcp set global chimney=netdma


Current Status

netsh>int tcp show global
Querying active state... 

TCP Global Parameters
----------------------------------------------
Receive-Side Scaling State          : disabled
Chimney Offload State               : disabled
NetDMA State                        : disabled
Direct Cache Acess (DCA)            : disabled
Receive Window Auto-Tuning Level    : normal
Add-On Congestion Control Provider  : ctcp
ECN Capability                      : disabled
RFC 1323 Timestamps                 : disabled



HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters

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


Ver também