To further optimize flash lifespan:
- Increase partition size: Larger partitions provide more blocks for write distribution.
- Increase record count: Higher
CONFIG_APP_STORAGE_MAX_RECORDS_PER_TYPEreduces rewrite frequency. - Use ram backend when possible: If data persistence is not critical, use the RAM backend to avoid flash writes entirely.