Skip to content

Commit 945b570

Browse files
[nrf toup] Increased system workqueue size for LIT
The LIT devices seem to need bigger size of workqueue on 54L. Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
1 parent 9a6edcf commit 945b570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/nrfconnect/chip-module/Kconfig.defaults

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ config INIT_STACKS
5151

5252
config SYSTEM_WORKQUEUE_STACK_SIZE
5353
default 2560 if CHIP_WIFI
54-
default 1536 if CHIP_ICD_LIT_SUPPORT
54+
default 2048 if CHIP_ICD_LIT_SUPPORT
5555

5656
config HEAP_MEM_POOL_SIZE
5757
default 110720 if CHIP_WIFI

0 commit comments

Comments
 (0)