NFSD_MAXSERVS
nthreads[i] = min(nthreads[i], NFSD_MAXSERVS);
if (tot > NFSD_MAXSERVS) {
int new = nthreads[i] * NFSD_MAXSERVS / tot;