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:
chao an 2023-05-25 14:38:42 +08:00 committed by Xiang Xiao
parent d0f790e166
commit 3b2b73de88

View File

@ -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.