Hi,
We have a NFS server with ~30 active clients. In Solaris and Linux it's useful to tune the amount of NFS servers threads so I also wanted to adjust it in FreeBSD.
I found two options:
What's the difference between these two settings?
Thanks.
We have a NFS server with ~30 active clients. In Solaris and Linux it's useful to tune the amount of NFS servers threads so I also wanted to adjust it in FreeBSD.
I found two options:
- setting the nfs_server_flags with -n in rc.conf:
Code:
nfs_server_flags="-t -n 32"
- sysctl also has two options: vfs.nfsd.maxthreads and vfs.nfsd.minthreads
What's the difference between these two settings?
Thanks.