From e0f7c305e90874eeb0cda965f818ad9143ec9871 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 24 Aug 2012 19:47:13 +0200 Subject: [PATCH] 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. --- modules/bacula/templates/bacula-fd.conf.erb | 2 +- modules/bacula/templates/storage-per-client.conf.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 } -- 2.39.2