From 4978fe304b5c843741be0d2dd69ff04ebc4fa611 Mon Sep 17 00:00:00 2001 From: Shane Peters Date: Wed, 8 Feb 2017 14:40:41 -0500 Subject: [PATCH] Change default collect_statistics_interval to 30s By default, the management plugin collects statistics every 5 seconds. This modifies it to 30s in order to alleviate memory pressure. This value is only considered when the management plugin is enabled. Change-Id: I7dbbcfc1cbc0a17c6a3c421914883e52cf74afb5 Closes-Bug: 1656074 --- templates/rabbitmq.config | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/rabbitmq.config b/templates/rabbitmq.config index 4969ecb1..72d99914 100644 --- a/templates/rabbitmq.config +++ b/templates/rabbitmq.config @@ -1,5 +1,6 @@ [ {rabbit, [ + {collect_statistics_interval, 30000}, {% if ssl_only %} {tcp_listeners, []}, {% else %}