Skip to content

Commit b69a567

Browse files
committed
Tree fixed_4
1 parent 109b8f3 commit b69a567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/reference/configuration/configuration_reference.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3142,7 +3142,7 @@ The ``lua`` section outlines the configuration parameters related to the Lua env
31423142

31433143
Below is an overview of the available configuration options for Lua:
31443144

3145-
- :ref:`lua.memory`
3145+
- :ref:`lua.memory <configuration_reference_lua>`
31463146

31473147

31483148
.. _configuration_reference_lua_memory:
@@ -3156,7 +3156,7 @@ Specifies the amount of memory allocated to Lua, measured in bytes.
31563156
- **Minimum Value**: 256MB
31573157

31583158

3159-
**Dynamic adjustment behavior**
3159+
**Dynamic adjustment behavior:**
31603160

31613161
- If the specified value is **greater** than the current memory usage, the new limit is applied immediately without requiring a restart.
31623162
- If the specified value is **less** than the current memory usage, a **restart** of the instance is required for the change to take effect.

0 commit comments

Comments
 (0)