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:
parent
471135a3af
commit
3f7c86a8c3
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user