From 678d852d1a3ce4617fb5092ccd128dff6eb638fe Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Tue, 30 Sep 2014 14:06:01 +0800 Subject: [PATCH] Reduce munin-html fork count more --- modules/munin/templates/munin.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/munin/templates/munin.conf.erb b/modules/munin/templates/munin.conf.erb index 21997e47..a71ec036 100644 --- a/modules/munin/templates/munin.conf.erb +++ b/modules/munin/templates/munin.conf.erb @@ -11,6 +11,6 @@ rrdcached_socket /var/run/munin/rrdcached.sock/sock graph_strategy cgi # Reduce memory usage spikes and OOM mails -max_html_jobs 3 +max_html_jobs 2 includedir /etc/munin/munin-conf.d -- 2.39.2