Increase RabbitMQ's ulimit to 65536

This patch increases the default ulimit for RabbitMQ to 65536. This
lines up well with other deployments (see bug report).
Closes-Bug: 1714511
Change-Id: I55ec4590c2c382bf26e9178ce9500fddcd6128dc
This commit is contained in:
Major Hayden
2017年09月01日 08:40:35 -05:00
parent 5f5c7d2b48
commit e9b44a3a2b

View File

@@ -63,7 +63,7 @@ rabbitmq_cluster_name: rabbitmq_cluster1
rabbitmq_cluster_partition_handling:pause_minority
# Rabbitmq open file limits
rabbitmq_ulimit:4096
rabbitmq_ulimit:65536
# Configure rabbitmq plugins
rabbitmq_plugins:
Reference in New Issue
openstack/openstack-ansible-rabbitmq_server
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.