From d56f64bbdbc80562d45b834fb96fd920becbc29d Mon Sep 17 00:00:00 2001 From: Maria Date: Mon, 20 Jan 2025 14:10:08 +0300 Subject: [PATCH] Tree fixed_1 --- doc/reference/configuration/configuration_reference.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reference/configuration/configuration_reference.rst b/doc/reference/configuration/configuration_reference.rst index 7e70ec18f..31d0294c4 100644 --- a/doc/reference/configuration/configuration_reference.rst +++ b/doc/reference/configuration/configuration_reference.rst @@ -3141,7 +3141,7 @@ lua The ``lua`` section outlines the configuration parameters related to the Lua environment within Tarantool. lua.memory ----------- +~~~~~~~~~~ Specifies the amount of memory allocated to Lua, measured in bytes. @@ -3149,7 +3149,7 @@ Specifies the amount of memory allocated to Lua, measured in bytes. - **Minimum Value**: 256MB Dynamic adjustment behavior ---------------------------- +~~~~~~~~~~~~~~~~~~~~~~~~~~~ - If the specified value is **greater** than the current memory usage, the new limit is applied immediately without requiring a restart. - If the specified value is **less** than the current memory usage, a **restart** of the instance is required for the change to take effect.