From 6e1a30e28068b34daa9715bd49c93b6a759feff0 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 3 Sep 2014 13:37:31 +0100 Subject: [PATCH 1/1] Increase parallelism of munin-update --- cookbooks/munin/templates/default/munin.conf.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cookbooks/munin/templates/default/munin.conf.erb b/cookbooks/munin/templates/default/munin.conf.erb index dd41cd95a..7175d6866 100644 --- a/cookbooks/munin/templates/default/munin.conf.erb +++ b/cookbooks/munin/templates/default/munin.conf.erb @@ -1,5 +1,8 @@ # DO NOT EDIT - This file is being maintained by Chef +# Set maximum number of update processes to run at once +max_processes 64 + # Use rrdcached rrdcached_socket /var/run/rrdcached.sock -- 2.43.2