mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-10 07:49:54 +00:00
CLEANUP: fix minor typo in error message.
"accomodate" => "accommodate".
This commit is contained in:
parent
a051b4aa3a
commit
b837e68fc9
@ -851,7 +851,7 @@ void init(int argc, char **argv)
|
|||||||
" is too low on this platform to support maxconn and the number of listeners\n"
|
" is too low on this platform to support maxconn and the number of listeners\n"
|
||||||
" and servers. You should rebuild haproxy specifying your system using TARGET=\n"
|
" and servers. You should rebuild haproxy specifying your system using TARGET=\n"
|
||||||
" in order to support other polling systems (poll, epoll, kqueue) or reduce the\n"
|
" in order to support other polling systems (poll, epoll, kqueue) or reduce the\n"
|
||||||
" global maxconn setting to accomodate the system's limitation. For reference,\n"
|
" global maxconn setting to accommodate the system's limitation. For reference,\n"
|
||||||
" FD_SETSIZE=%d on this system, global.maxconn=%d resulting in a maximum of\n"
|
" FD_SETSIZE=%d on this system, global.maxconn=%d resulting in a maximum of\n"
|
||||||
" %d file descriptors. You should thus reduce global.maxconn by %d. Also,\n"
|
" %d file descriptors. You should thus reduce global.maxconn by %d. Also,\n"
|
||||||
" check build settings using 'haproxy -vv'.\n\n",
|
" check build settings using 'haproxy -vv'.\n\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user