Skip to content

Commit ac8ece6

Browse files
committed
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 <[email protected]>
1 parent 42f77d4 commit ac8ece6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/location/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ config LOCATION_DATA_DETAILS
6161

6262
config LOCATION_WORKQUEUE_STACK_SIZE
6363
int "Stack size for the library work queue"
64-
default 4096
64+
default 3072
6565

6666
if LOCATION_METHOD_GNSS
6767

0 commit comments

Comments
 (0)