Q. How can I change the number of connections supported by Windows NFS?

John Savill

November 6, 2009

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. You need to modify two registry keys to control the number of connections for NFS. The first registry key sets the total number concurrent connections to the NFS server and the second sets the number of concurrent connections from each IP address. I’ll set both to 8,192 (the maximum) in this example, which means a single IP could have 8,192 connections, if no other IP addresses connect, or those 8,192 connections could be spread over up to 8,192 other hosts.

  1. Start the registry editor (regedit.exe).

  2. Navigate to HKLM SystemCurrentControlSetServicesRpcXdrParameters.

  3. If DefaultConcurrentConnections value doesn’t exist, create it as type DWORD and set it to 8192.

  4. If MaxConcurrentConnectionsPerIP value doesn’t exist, create it as type DWORD and set to 8192.

  5. Close the registry editor and reboot.

Related Reading:

  • Q. How can I create a new Windows Server 2008 cluster resource group from the command line?

  • Q. What are the server roles in Windows Server 2008?

  • SSHFS Lets You Mount Remote Linux File Systems

  • Accelerating Application Performance and Blending Identity and Network Management



Check out hundreds more useful Q&As like this in John Savill's FAQ for Windows. Also, watch instructional videos made by John at ITTV.net.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like