Limit the number of system taskq threads to the number of CPUs.
They are only used when there is a need for reducing namecache. Observed by: kris, csjp
This commit is contained in:
parent
1eba4c7948
commit
9a691cb33a
@ -393,7 +393,7 @@ taskq_t *system_taskq;
|
||||
* Maxmimum number of entries in global system taskq is
|
||||
* system_taskq_size * max_ncpus
|
||||
*/
|
||||
#define SYSTEM_TASKQ_SIZE 64
|
||||
#define SYSTEM_TASKQ_SIZE 1
|
||||
int system_taskq_size = SYSTEM_TASKQ_SIZE;
|
||||
|
||||
/*
|
||||
|
@ -393,7 +393,7 @@ taskq_t *system_taskq;
|
||||
* Maxmimum number of entries in global system taskq is
|
||||
* system_taskq_size * max_ncpus
|
||||
*/
|
||||
#define SYSTEM_TASKQ_SIZE 64
|
||||
#define SYSTEM_TASKQ_SIZE 1
|
||||
int system_taskq_size = SYSTEM_TASKQ_SIZE;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user