mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-16 10:59:10 -04:00
DOC: config: Add argument for tune.lua.maxmem
Make it clear that tune.lua.maxmem expects a number.
This commit is contained in:
parent
c9418366b4
commit
2b6c72abd2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue