From: Michael Tremer Date: Tue, 28 Mar 2017 09:25:39 +0000 (+0100) Subject: unbound: Double buffer size X-Git-Tag: v2.19-core110^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=128db1a3632fdd4ff95fa0bb865e25cc861f471c;p=ipfire-2.x.git unbound: Double buffer size Signed-off-by: Michael Tremer --- diff --git a/src/initscripts/system/unbound b/src/initscripts/system/unbound index 1d7522a56c..d11ca82a4f 100644 --- a/src/initscripts/system/unbound +++ b/src/initscripts/system/unbound @@ -246,15 +246,15 @@ write_tuning_conf() { # Large systems with more than 2GB of RAM if [ ${mem} -ge 2048 ]; then - mem=128 + mem=256 # Small systems with less than 256MB of RAM elif [ ${mem} -le 256 ]; then - mem=8 + mem=16 # Everything else else - mem=32 + mem=64 fi (