From: Peter Palfrader Date: Fri, 24 Aug 2012 17:47:13 +0000 (+0200) Subject: Disable explicit setting of buffer sizes X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=e0f7c305e90874eeb0cda965f818ad9143ec9871 Disable explicit setting of buffer sizes This should prevent bacula from using the appropriate setsockopt() call and result in Linux doing its auto-tune thing (which is disabled for applications that think they are smarter). Maybe. --- diff --git a/modules/bacula/templates/bacula-fd.conf.erb b/modules/bacula/templates/bacula-fd.conf.erb index 1b433eab..d80b6b3a 100644 --- a/modules/bacula/templates/bacula-fd.conf.erb +++ b/modules/bacula/templates/bacula-fd.conf.erb @@ -27,7 +27,7 @@ FileDaemon { Pid Directory = /var/run/bacula Maximum Concurrent Jobs = 20 FDAddress = <%= fqdn %> - Maximum Network Buffer Size = 524288 + #Maximum Network Buffer Size = 524288 TLS Enable = yes TLS Require = yes diff --git a/modules/bacula/templates/storage-per-client.conf.erb b/modules/bacula/templates/storage-per-client.conf.erb index 2ce10714..fa521bea 100644 --- a/modules/bacula/templates/storage-per-client.conf.erb +++ b/modules/bacula/templates/storage-per-client.conf.erb @@ -12,5 +12,5 @@ Device { AutomaticMount = yes; RemovableMedia = no; AlwaysOpen = no; - Maximum Network Buffer Size = 524288 + #Maximum Network Buffer Size = 524288 }