coredump/priority: Increase the default priority of coredump to 254
Increase coredump priority to avoid unnecessary task switch during dump Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
parent
d0f790e166
commit
3b2b73de88
@ -18,7 +18,7 @@ config SYSTEM_COREDUMP_STACKSIZE
|
||||
|
||||
config SYSTEM_COREDUMP_PRIORITY
|
||||
int "coredump priority"
|
||||
default 100
|
||||
default 254
|
||||
---help---
|
||||
This is the task priority that will be used when starting the coredump.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user