kernel: increase workq sizes if COVERAGE=y
The defaults are too small if coverage is enabled. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
1d4cc154b0
commit
afda764ee6
1 changed files with 2 additions and 0 deletions
|
@ -366,6 +366,7 @@ endmenu
|
|||
menu "Work Queue Options"
|
||||
config SYSTEM_WORKQUEUE_STACK_SIZE
|
||||
int "System workqueue stack size"
|
||||
default 4096 if COVERAGE
|
||||
default 1024
|
||||
|
||||
config SYSTEM_WORKQUEUE_PRIORITY
|
||||
|
@ -380,6 +381,7 @@ config SYSTEM_WORKQUEUE_PRIORITY
|
|||
|
||||
config OFFLOAD_WORKQUEUE_STACK_SIZE
|
||||
int "Workqueue stack size for thread offload requests"
|
||||
default 4096 if COVERAGE
|
||||
default 1024
|
||||
|
||||
config OFFLOAD_WORKQUEUE_PRIORITY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue