Skip to content

Commit

Permalink
[nrf toup] Increased system workqueue size for LIT
Browse files Browse the repository at this point in the history
The LIT devices seem to need bigger size of workqueue on 54L.

Signed-off-by: Kamil Kasperczyk <[email protected]>
  • Loading branch information
kkasperczyk-no authored and ArekBalysNordic committed Dec 5, 2024
1 parent 9a6edcf commit a81c857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ config INIT_STACKS

config SYSTEM_WORKQUEUE_STACK_SIZE
default 2560 if CHIP_WIFI
default 1536 if CHIP_ICD_LIT_SUPPORT
default 2048 if CHIP_ICD_LIT_SUPPORT

config HEAP_MEM_POOL_SIZE
default 110720 if CHIP_WIFI
Expand Down

0 comments on commit a81c857

Please sign in to comment.