File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
doc/book/admin/monitoring Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,11 @@ Prometheus configuration.
28
28
Lua memory
29
29
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
30
30
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.
34
36
35
37
.. code-block :: yaml
36
38
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ The following metrics provide a picture of memory usage by the Tarantool process
49
49
the vinyl page index, and the vinyl bloom filters.
50
50
* - ``tnt_info_memory_lua ``
51
51
- Number of bytes used for the Lua runtime.
52
- The Lua memory is limited to 2 GB per instance.
53
52
Monitoring this metric can prevent memory overflow.
54
53
* - ``tnt_info_memory_net ``
55
54
- Number of bytes used for network input/output buffers.
You can’t perform that action at this time.
0 commit comments