unbound: Double buffer size

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-03-28 10:25:39 +01:00
parent c20b20092f
commit 128db1a363

View File

@@ -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
(