Taken from How to increase the number of threads created by the NFS daemon in RHEL 4, 5, 6 and 7?
In case of a NFS server with a high load, it may be advisable to increase the number of the threads created during the nfsd server start up.
Edit the following line in /etc/nfs.conf
% vim /etc/nfs.conf
#[nfsd] # debug=0 threads=64 # host= # port=0 # grace-time=90 # lease-time=90 # udp=y # tcp=y
Testing whether it works….
% cat /proc/net/rpc/nfsd
According to the RH, “The first number is the total number of NFS server threads started. The second number indicates whether at any time all of the threads were running at once. The remaining numbers are a thread count time histogram.”
th 64 0 2.610 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000