Memory configuration

Asset Tracker Template

tags
Asset Tracker Template
  • 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: 8 for the RAM backend, 256 for 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.