Increase ACPI_MAX_TASKS to be 4 x the number of CPU's as 2 x was still
insufficient on some machines MFC after: 2 weeks
This commit is contained in:
parent
7535bc4627
commit
d71204e7c2
@ -476,7 +476,7 @@ ACPI_HANDLE acpi_GetReference(ACPI_HANDLE scope, ACPI_OBJECT *obj);
|
||||
|
||||
/* Default maximum number of tasks to enqueue. */
|
||||
#ifndef ACPI_MAX_TASKS
|
||||
#define ACPI_MAX_TASKS MAX(32, MAXCPU * 2)
|
||||
#define ACPI_MAX_TASKS MAX(32, MAXCPU * 4)
|
||||
#endif
|
||||
|
||||
/* Default number of task queue threads to start. */
|
||||
|
Loading…
Reference in New Issue
Block a user