Skip to content

Commit

Permalink
[nrfconnect] Increase default NVS lookup cache size (#22037) (#22148)
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]>

Signed-off-by: Damian Krolik <[email protected]>
Co-authored-by: Damian Królik <[email protected]>
  • Loading branch information
woody-apple and Damian-Nordic authored Aug 25, 2022
1 parent ac626d0 commit fb1c812
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 fb1c812

Please sign in to comment.