mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
c63d8c3b51
commit
802d215dc1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue