]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: Add argument for tune.lua.maxmem
authorOlivier Duclos <oduclos@haproxy.com>
Wed, 29 Nov 2023 11:08:12 +0000 (12:08 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 30 Nov 2023 06:53:30 +0000 (07:53 +0100)
Make it clear that tune.lua.maxmem expects a number.

doc/configuration.txt

index 2f611d24482d659431010aee2c372b3f10bb7979..e44f7bc8882db85114410399813d50b5ebf7a2fa 100644 (file)
@@ -3137,7 +3137,7 @@ tune.lua.forced-yield <number>
   lowered. If the Lua code is quite long and its result is absolutely required
   to process the data, the <number> can be increased.
 
-tune.lua.maxmem
+tune.lua.maxmem <number>
   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