-
CONFIG_APP_STORAGE_MAX_TYPES (default:
3): Maximum number of different data types that can be registered. Affects RAM usage. -
CONFIG_APP_STORAGE_MAX_RECORDS_PER_TYPE (default:
8for the RAM backend,256for the LittleFS backend): Maximum records stored per data type. Total RAM usage =MAX_TYPES×MAX_RECORDS_PER_TYPE×RECORD_SIZE. -
CONFIG_APP_STORAGE_BATCH_BUFFER_SIZE (default:
512): Size of the internal buffer for batch data access.