Measuring memory usage is tricky. Sometimes the al...
# community-help
k
Measuring memory usage is tricky. Sometimes the allocator keeps some memory around for reuse, and sometimes there are buffers and other temporary caches which are treated as memory usage by the OS. Can you try to measure the value given in
typesense_memory_active_bytes
in the
/metrics.json
API? That value is returned directly from the allocator stats so should be more accurate.