From: Olivier Duclos Date: Wed, 29 Nov 2023 11:08:12 +0000 (+0100) Subject: DOC: config: Add argument for tune.lua.maxmem X-Git-Tag: v2.9-dev12~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b6c72abd2e9c3f1c1b10e8ebfa5d03d0974edde;p=thirdparty%2Fhaproxy.git DOC: config: Add argument for tune.lua.maxmem Make it clear that tune.lua.maxmem expects a number. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 2f611d2448..e44f7bc888 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -3137,7 +3137,7 @@ tune.lua.forced-yield lowered. If the Lua code is quite long and its result is absolutely required to process the data, the can be increased. -tune.lua.maxmem +tune.lua.maxmem Sets the maximum amount of RAM in megabytes per process usable by Lua. By default it is zero which means unlimited. It is important to set a limit to ensure that a bug in a script will not result in the system running out of