Increase NFS performance: Linux nconnect
- 9 Comments
- May, 20, 2021
- Angelo Schalley
- Blog Posts, Linux, Networking, nfs
As we all know, the default behavior for transferring data is usually session based. NFS is also one of those protocols that will try to handle all the traffic through 1 session. On the client side you can manipulate this by using the nconnect option. This is available since linux kernel 5.3.
As a Ubuntu server 20.04 user I’m in luck, as it uses linux kernel version 5.4.
Read more on Increase NFS performance: Linux nconnect…