From 61172031135814f34f139c51453154af86e47e44 Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Tue, 25 Nov 2014 09:02:13 -0800 Subject: 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 --- controller.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'controller.yaml') diff --git a/controller.yaml b/controller.yaml index 0c76f496..09115d8a 100644 --- a/controller.yaml +++ b/controller.yaml @@ -578,6 +578,7 @@ resources: options: - timeout client 0 - timeout server 0 + - maxconn 1500 ControllerPassthroughConfig: type: OS::Heat::StructuredConfig -- cgit 1.2.3-korg