From ac8ece6911cfeb59f92e71d599fbd019b4f34af1 Mon Sep 17 00:00:00 2001 From: Tommi Rantanen Date: Tue, 7 Jan 2025 15:35:10 +0200 Subject: [PATCH] lib: location: Reduce LOCATION_WORKQUEUE_STACK_SIZE 4kB -> 3kB We haven't seen values bigger than a bit over 2kB so reducing the size to 3kB. Jira: NCSDK-30676 Signed-off-by: Tommi Rantanen --- lib/location/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/location/Kconfig b/lib/location/Kconfig index 887920cb2606..e11bd30479f1 100644 --- a/lib/location/Kconfig +++ b/lib/location/Kconfig @@ -61,7 +61,7 @@ config LOCATION_DATA_DETAILS config LOCATION_WORKQUEUE_STACK_SIZE int "Stack size for the library work queue" - default 4096 + default 3072 if LOCATION_METHOD_GNSS