Increase RabbitMQ maximum file descriptors.
authorChris Jones <cmsj@tenshu.net>
Tue, 21 Jun 2016 13:05:45 +0000 (14:05 +0100)
committerBen Nemec <openstack@nemebean.com>
Fri, 24 Jun 2016 15:20:55 +0000 (15:20 +0000)
We now allow 65536 open file descriptors to better reflect the
real-world settings of downstream consumers of TripleO.

Change-Id: Ib04ea6afb2da1a9101839d9d70bc8891d69700ec

puppet/services/rabbitmq.yaml

index 581b4ba..3688c4a 100644 (file)
@@ -18,7 +18,7 @@ parameters:
     type: string
     hidden: true
   RabbitFDLimit:
-    default: 16384
+    default: 65536
     description: Configures RabbitMQ FD limit
     type: string
   RabbitIPv6: