Skip to content

Commit 4470310

Browse files
committed
Metrics docs: update per TW review - GC64 note
1 parent e5d7936 commit 4470310

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

doc/book/admin/monitoring/alerting.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ Prometheus configuration.
2828
Lua memory
2929
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
3030

31-
The Lua memory is limited to 2 GB per instance. Monitoring ``tnt_info_memory_lua``
32-
metric may prevent memory overflow and detect the presence of bad Lua code
33-
practices.
31+
Monitoring ``tnt_info_memory_lua`` metric may prevent memory overflow and detect the presence of bad Lua code practices.
32+
33+
.. NOTE::
34+
35+
The Lua memory is limited to 2 GB per instance if Tarantool doesn't have the GC64 mode enabled for LuaJIT.
3436

3537
.. code-block:: yaml
3638

doc/book/admin/monitoring/metrics_reference.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ The following metrics provide a picture of memory usage by the Tarantool process
4949
the vinyl page index, and the vinyl bloom filters.
5050
* - ``tnt_info_memory_lua``
5151
- Number of bytes used for the Lua runtime.
52-
The Lua memory is limited to 2 GB per instance.
5352
Monitoring this metric can prevent memory overflow.
5453
* - ``tnt_info_memory_net``
5554
- Number of bytes used for network input/output buffers.

0 commit comments

Comments
 (0)