diff options
author | Chris Jones <cmsj@tenshu.net> | 2016-06-21 14:05:45 +0100 |
---|---|---|
committer | Ben Nemec <openstack@nemebean.com> | 2016-06-24 15:20:55 +0000 |
commit | 731940616a132d6e83a9c3c341fa9cad8c01d17e (patch) | |
tree | ccea43fbc346410fcbb9987a64cf2f80fafe0c0c /puppet/services | |
parent | a5399e2310e666ba5489aeccd56e810108e79d96 (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')
-rw-r--r-- | puppet/services/rabbitmq.yaml | 2 |
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: |