File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
doc/reference/reference_lua/box_stat Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -159,14 +159,16 @@ for dumping or compaction:
159159 A dump will also occur during a
160160 :doc: `snapshot </reference/reference_lua/box_snapshot >` operation.
161161
162- .. _box_introspection-box_stat_vinyl_memory_tuple :
163-
164- box.stat.vinyl().memory.tuple
165- -----------------------------
166- Vinyl tuples returned to the user are allocated with `malloc() `, and they may be
167- pinned by Lua indefinitely. This counter shows the total size of memory
168- (in bytes) occupied by Vinyl tuples. It includes cached tuples and tuples pinned
169- by the Lua world.
162+ .. _box_introspection-box_stat_vinyl_memory :
163+
164+ box.stat.vinyl().memory
165+ -----------------------
166+ This is about vinyl tuples returned to the user. They are allocated with
167+ ``malloc() ``, and they may be pinned by Lua indefinitely.
168+
169+ * ``box.stat.vinyl().memory.tuple `` is the total size of memory (in bytes)
170+ occupied by vinyl tuples. It includes cached tuples and tuples pinned by the
171+ Lua world.
170172
171173.. _box_introspection-box_stat_vinyl_tx :
172174
You can’t perform that action at this time.
0 commit comments