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:
parent
5f5c7d2b48
commit
e9b44a3a2b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user