Code Review
/
apex-tripleo-heat-templates.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a5399e2
)
Increase RabbitMQ maximum file descriptors.
author
Chris Jones
<cmsj@tenshu.net>
Tue, 21 Jun 2016 13:05:45 +0000
(14:05 +0100)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/puppet/services/rabbitmq.yaml
b/puppet/services/rabbitmq.yaml
index
581b4ba
..
3688c4a
100644
(file)
--- 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: