bump up the number of sesson limit for rabbitmq

the default maxconn is only 150, which maybe good for api services
but not enough for the rabbitmq session in a cluster as small as 15
nodes. so bump up the number to 1500 for rabbitmq to allow for 100
nodes. this number should be calculated based on the scale numbers
in the long run.
Closes-bug: #1386406

Change-Id: Ieb707b31022a6fc9ade32ed2a332b67bf4dc0311
This commit is contained in:
Jerry Zhao 2014-11-25 09:02:13 -08:00
parent 47b452dd0d
commit 6117203113
2 changed files with 2 additions and 0 deletions

View File

@ -578,6 +578,7 @@ resources:
options:
- timeout client 0
- timeout server 0
- maxconn 1500
ControllerPassthroughConfig:
type: OS::Heat::StructuredConfig

View File

@ -835,6 +835,7 @@ resources:
options:
- timeout client 0
- timeout server 0
- maxconn 1500
controllerPassthrough:
type: OS::Heat::StructuredConfig
properties: