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:
1 changed files with 1 additions and 1 deletions
@@ -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
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.