mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 15:47:01 +02:00
MINOR: doc: specify ulimit-n usage for dynamic servers
Complete the documentation of the dynamic servers to warn about a possible fd resource exhaustion when using a large number of them.
This commit is contained in:
parent
3e7d468e80
commit
414a612bb3
@ -2006,6 +2006,10 @@ ulimit-n <number>
|
|||||||
default, it is automatically computed, so it is recommended not to use this
|
default, it is automatically computed, so it is recommended not to use this
|
||||||
option.
|
option.
|
||||||
|
|
||||||
|
Note that the dynamic servers are not taken into account in this automatic
|
||||||
|
resource calculation. If using a large number of them, it may be needed to
|
||||||
|
manually specify this value.
|
||||||
|
|
||||||
unix-bind [ prefix <prefix> ] [ mode <mode> ] [ user <user> ] [ uid <uid> ]
|
unix-bind [ prefix <prefix> ] [ mode <mode> ] [ user <user> ] [ uid <uid> ]
|
||||||
[ group <group> ] [ gid <gid> ]
|
[ group <group> ] [ gid <gid> ]
|
||||||
|
|
||||||
|
@ -1485,6 +1485,10 @@ add server <backend>/<server> [args]*
|
|||||||
be first deactivated via "disable agent" to be able to put the server in the
|
be first deactivated via "disable agent" to be able to put the server in the
|
||||||
required maintenance mode before removal.
|
required maintenance mode before removal.
|
||||||
|
|
||||||
|
It may be possible to reach the fd limit when using a large number of dynamic
|
||||||
|
servers. Please refer to the "u-limit" global keyword documentation in this
|
||||||
|
case.
|
||||||
|
|
||||||
Here is the list of the currently supported keywords :
|
Here is the list of the currently supported keywords :
|
||||||
|
|
||||||
- agent-addr
|
- agent-addr
|
||||||
|
Loading…
Reference in New Issue
Block a user