You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[nrf noup] subsys: nvs: Increased default NVS cache size to 512 B.
The default cache size is 128, what results in plenty of conflicts
in positions calculated by the CRC8 algorithm. It is solved by
increasing cache size, as it changes used algorithm to CRC16
and reduces number of conflicts.
Signed-off-by: Kamil Kasperczyk <[email protected]>
0 commit comments