Bump the default maximum on nfsd processes from 20 to 256. Real-world

measurements suggest that higher degrees of parallelism for large
numbers of clients help performance substantially.

Submitted by:	Eric Anderson <anderson at centtech dot com>
This commit is contained in:
Robert Watson 2005-01-23 21:34:00 +00:00
parent 471135a3af
commit 3f7c86a8c3

View File

@ -77,7 +77,7 @@ int debug = 1;
int debug = 0;
#endif
#define MAXNFSDCNT 20
#define MAXNFSDCNT 256
#define DEFNFSDCNT 4
pid_t children[MAXNFSDCNT]; /* PIDs of children */
int nfsdcnt; /* number of children */