From 6bed70059cd65fa0f08cf82128aa1955036d0333 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 5 Jun 2017 19:11:10 +0200 Subject: [PATCH] set BufferedLogs to on klecker sees a lot of IO which might be attributable to log traffic. Maybe setting BufferedLogs to on will help this. --- modules/apache2/templates/puppet-config.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/apache2/templates/puppet-config.erb b/modules/apache2/templates/puppet-config.erb index 614ac4d68..9a7cdaf1a 100644 --- a/modules/apache2/templates/puppet-config.erb +++ b/modules/apache2/templates/puppet-config.erb @@ -33,3 +33,5 @@ IndexOptions SuppressDescription + +BufferedLogs On -- 2.20.1