Total Memories

{{ stats.get('total_memories', 0) }}

Hot Cache

{{ hot_stats.get('current_count', 0) }} / {{ hot_stats.get('max_items', 20) }}

{% if hot_stats.get('pinned_count', 0) > 0 %}

{{ hot_stats.get('pinned_count', 0) }} pinned

{% endif %}
{% set fill_pct = (hot_stats.get('current_count', 0) / hot_stats.get('max_items', 20) * 100) | round %}

Database Size

{{ format_bytes(db_size) }}