Increase the max number of processes (NPROC) from 10 to 25.
This commit is contained in:
@@ -29,7 +29,7 @@ options "EXEC_AOUT" # Run a.out binaries
|
|||||||
options "EXEC_ELF" # Run ELF binaries
|
options "EXEC_ELF" # Run ELF binaries
|
||||||
options "EXEC_SCRIPT" # Run shell scripts
|
options "EXEC_SCRIPT" # Run shell scripts
|
||||||
options "UCB_METER" # Collect kernel statistics
|
options "UCB_METER" # Collect kernel statistics
|
||||||
options "NPROC=10" # Number of processes, default 10
|
options "NPROC=10" # Number of processes, default 25
|
||||||
options "NBUF=10" # Number of i/o buffers, default 10
|
options "NBUF=10" # Number of i/o buffers, default 10
|
||||||
options "NFILE=24" # Number of files, default 24
|
options "NFILE=24" # Number of files, default 24
|
||||||
options "NINODE=24" # Number of i-nodes, default 24
|
options "NINODE=24" # Number of i-nodes, default 24
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
#define MAXUSERS 1 /* number of user logins */
|
#define MAXUSERS 1 /* number of user logins */
|
||||||
#endif
|
#endif
|
||||||
#ifndef NPROC
|
#ifndef NPROC
|
||||||
#define NPROC 10 /* number of processes */
|
#define NPROC 25 /* number of processes */
|
||||||
#endif
|
#endif
|
||||||
#ifndef NINODE
|
#ifndef NINODE
|
||||||
#define NINODE 24
|
#define NINODE 24
|
||||||
|
|||||||
Reference in New Issue
Block a user