Raise the file limit on the RabbitMQ cluster
RabbitMQ recommends[0] that the open file descriptor limit be set to a minimum of 50K. It recommends that the maximum number of open connections be multiplied by 2 and added to the total number of queues. Finally, it suggests that 500K isn't an unreasonable setting. This sets the default to 500K and makes the value configurable. Signed-off-by: Jeremy Cline <jcline@redhat.com>
This commit is contained in:
parent
22537b5a90
commit
e8b13a2fa4
3 changed files with 26 additions and 0 deletions
2
roles/rabbitmq_cluster/defaults/main.yml
Normal file
2
roles/rabbitmq_cluster/defaults/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
# https://www.rabbitmq.com/production-checklist.html#resource-limits-file-handle-limit
|
||||
rabbitmq_cluster_file_limit: 500000
|
Loading…
Add table
Add a link
Reference in a new issue