From: Chris Jones Date: Tue, 21 Jun 2016 13:05:45 +0000 (+0100) Subject: Increase RabbitMQ maximum file descriptors. X-Git-Tag: opnfv-6.0.0~1910^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=731940616a132d6e83a9c3c341fa9cad8c01d17e;p=apex-tripleo-heat-templates.git 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 --- 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: