Skip to content

Commit

Permalink
[ADD] 'no strict-limits' option in haproxy.cfg
Browse files Browse the repository at this point in the history
This is to prevent FD limit errors during startup.
  • Loading branch information
josep-tecnativa committed Aug 19, 2024
1 parent e37525d commit c2bcf46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haproxy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ global

pidfile /run/haproxy.pid
maxconn 4000
no strict-limits

# Turn on stats unix socket
server-state-file /var/lib/haproxy/server-state
Expand Down

0 comments on commit c2bcf46

Please sign in to comment.