Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Hi,
I noticed that in the script: "/usr/share/apollo/bin/apollo" there is a section trying to maximize the limit of
fds to be allocated by the broker. Unfortunately, this fails and the broker is limited to 4096 fds. It's no big
deal, but for our brokers we need a lot more active connections.
Can you consider adding a command like "ulimit -n 100000" in the init script? So that our puppet managed brokers have this limit automatically set?
Best Regards,
–
aV