aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/rabbitmq.yaml
diff options
context:
space:
mode:
authorChris Jones <cmsj@tenshu.net>2016-06-21 14:05:45 +0100
committerBen Nemec <openstack@nemebean.com>2016-06-24 15:20:55 +0000
commit731940616a132d6e83a9c3c341fa9cad8c01d17e (patch)
treeccea43fbc346410fcbb9987a64cf2f80fafe0c0c /puppet/services/rabbitmq.yaml
parenta5399e2310e666ba5489aeccd56e810108e79d96 (diff)
Increase RabbitMQ maximum file descriptors.
We now allow 65536 open file descriptors to better reflect the real-world settings of downstream consumers of TripleO. Change-Id: Ib04ea6afb2da1a9101839d9d70bc8891d69700ec
Diffstat (limited to 'puppet/services/rabbitmq.yaml')
-rw-r--r--puppet/services/rabbitmq.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/rabbitmq.yaml b/puppet/services/rabbitmq.yaml
index 581b4ba4..3688c4a8 100644
--- a/puppet/services/rabbitmq.yaml
+++ b/puppet/services/rabbitmq.yaml
@@ -18,7 +18,7 @@ parameters:
type: string
hidden: true
RabbitFDLimit:
- default: 16384
+ default: 65536
description: Configures RabbitMQ FD limit
type: string
RabbitIPv6: