mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
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>
3 lines
123 B
YAML
3 lines
123 B
YAML
# https://www.rabbitmq.com/production-checklist.html#resource-limits-file-handle-limit
|
|
rabbitmq_cluster_file_limit: 500000
|