And after an obvious mental lapse, I remembered the /proc filesystem. /proc/fs/nfsd, specifically, controls the runtime settings of the nfsd service.
In my case, this meant `echo '32' > /proc/fs/nfsd/threads` sets the number of threads to 32.
And after an obvious mental lapse, I remembered the /proc filesystem. /proc/fs/nfsd, specifically, controls the runtime settings of the nfsd service.
In my case, this meant `echo '32' > /proc/fs/nfsd/threads` sets the number of threads to 32.