mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
unbound: Double buffer size
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -246,15 +246,15 @@ write_tuning_conf() {
|
|||||||
|
|
||||||
# Large systems with more than 2GB of RAM
|
# Large systems with more than 2GB of RAM
|
||||||
if [ ${mem} -ge 2048 ]; then
|
if [ ${mem} -ge 2048 ]; then
|
||||||
mem=128
|
mem=256
|
||||||
|
|
||||||
# Small systems with less than 256MB of RAM
|
# Small systems with less than 256MB of RAM
|
||||||
elif [ ${mem} -le 256 ]; then
|
elif [ ${mem} -le 256 ]; then
|
||||||
mem=8
|
mem=16
|
||||||
|
|
||||||
# Everything else
|
# Everything else
|
||||||
else
|
else
|
||||||
mem=32
|
mem=64
|
||||||
fi
|
fi
|
||||||
|
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user