Skip to content

Commit

Permalink
[nrfconnect] Increase default NVS lookup cache size (project-chip#22037)
Browse files Browse the repository at this point in the history
Apparently, we forgot to update the default NVS lookup
cache size on nRF Connect examples. 512 entries in the
cache is necessary to keep applications work efficiently
even when there is a lot of settings written to the flash.

Signed-off-by: Damian Krolik <[email protected]>

Signed-off-by: Damian Krolik <[email protected]>
  • Loading branch information
Damian-Nordic authored and isiu-apple committed Sep 16, 2022
1 parent 79aa55d commit bac9bd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ config NVS_LOOKUP_CACHE
bool
default y

config NVS_LOOKUP_CACHE_SIZE
int
default 512

# Increase the default RX stack size
config IEEE802154_NRF5_RX_STACK_SIZE
int
Expand Down

0 comments on commit bac9bd2

Please sign in to comment.