From 3b2b73de8857113389d0816fe29823fd81de901f Mon Sep 17 00:00:00 2001 From: chao an Date: Thu, 25 May 2023 14:38:42 +0800 Subject: [PATCH] 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 --- system/coredump/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/coredump/Kconfig b/system/coredump/Kconfig index 54f6d530e..5f8673565 100644 --- a/system/coredump/Kconfig +++ b/system/coredump/Kconfig @@ -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.