Increase Network Performance and Throughput in Windows NT/2000
Last Updated: 2005-11-27
Increase Network Performance and Throughput (Windows NT/2000)
If you increase the number of buffers that the redirector reserves for network performance, it may increase your network throughput. Each extra execution thread that you configure will take 1k of additional nonpaged pool memory, but only if your applications actually use them.
Open your registry and find the key below.
Create new DWORD values, or modify the existing values, called:
'MaxCmds' The range is 0 - 255 and the default is 15
'MaxThreads' Set it to the same value as MaxCmds
You may also want to increase the value of 'MaxCollectionCount'. This value represents the buffer for character-mode named pipes writes. The default is 16 and the range is 0 - 65535.
Registry Settings
System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters]
Data Type: REG_DWORD (DWORD Value)
No Comments yet .....
Add Your Comment:
Note: All posts require administrator approval. Please allow 24 hours for message approval.