From 3db7b8857268590706b3b6849b2e10de9662c5e6 Mon Sep 17 00:00:00 2001 From: Joe Talerico Date: Wed, 9 Dec 2015 09:15:43 -0500 Subject: [PATCH] Changing the RabbitMQ-FD check to 1600 to account for used FDs Change-Id: I436a9bf5cf895664a7b8c9d495aba1b512225f77 --- ansible/check/site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/check/site.yml b/ansible/check/site.yml index d39bf5a70..f54a7f408 100644 --- a/ansible/check/site.yml +++ b/ansible/check/site.yml @@ -31,7 +31,7 @@ gather_facts: false vars: tuned_profile: throughput-performance - rabbitmq_fd: 16384 + rabbitmq_fd: 1600 haproxy_max_connections: 4096 mariadb_max_connections: 4096 tasks :