Skip to content
Snippets Groups Projects
Commit 64faad37 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

box.slab.info(): report total arena memory in arena_size

Add memory occupied by cached slabs to the size reported by
arena_size and arena_used_ratio respectively.

This should make memory monitoring easier:

if items_used_ratio > 0.9 and arena_used_ratio > 0.9 and quota_used_ratio > 0.9 then
    we run out of memory
end
parent 16a636f2
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment