Skip to content

Commit 87ea851

Browse files
committed
Integrate tech feedback
1 parent 5058d2d commit 87ea851

File tree

1 file changed

+10
-8
lines changed
  • doc/reference/reference_lua/box_stat

1 file changed

+10
-8
lines changed

doc/reference/reference_lua/box_stat/vinyl.rst

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)