Increase some default values.
This commit is contained in:
parent
d1021be03f
commit
5c29a450ae
@ -71,11 +71,11 @@ static int thread_debug = 0;
|
||||
SYSCTL_INT(_kern_threads, OID_AUTO, debug, CTLFLAG_RW,
|
||||
&thread_debug, 0, "thread debug");
|
||||
|
||||
static int max_threads_per_proc = 30;
|
||||
static int max_threads_per_proc = 150;
|
||||
SYSCTL_INT(_kern_threads, OID_AUTO, max_threads_per_proc, CTLFLAG_RW,
|
||||
&max_threads_per_proc, 0, "Limit on threads per proc");
|
||||
|
||||
static int max_groups_per_proc = 5;
|
||||
static int max_groups_per_proc = 50;
|
||||
SYSCTL_INT(_kern_threads, OID_AUTO, max_groups_per_proc, CTLFLAG_RW,
|
||||
&max_groups_per_proc, 0, "Limit on thread groups per proc");
|
||||
|
||||
|
@ -71,11 +71,11 @@ static int thread_debug = 0;
|
||||
SYSCTL_INT(_kern_threads, OID_AUTO, debug, CTLFLAG_RW,
|
||||
&thread_debug, 0, "thread debug");
|
||||
|
||||
static int max_threads_per_proc = 30;
|
||||
static int max_threads_per_proc = 150;
|
||||
SYSCTL_INT(_kern_threads, OID_AUTO, max_threads_per_proc, CTLFLAG_RW,
|
||||
&max_threads_per_proc, 0, "Limit on threads per proc");
|
||||
|
||||
static int max_groups_per_proc = 5;
|
||||
static int max_groups_per_proc = 50;
|
||||
SYSCTL_INT(_kern_threads, OID_AUTO, max_groups_per_proc, CTLFLAG_RW,
|
||||
&max_groups_per_proc, 0, "Limit on thread groups per proc");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user