From: Tim FitzGeorge Date: Tue, 25 Sep 2018 17:52:30 +0000 (+0100) Subject: Allow kernel to swap memory on high demand X-Git-Tag: v2.21-core125~61 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=dfb985caa97b19f00b6eaac8af37020230132acc Allow kernel to swap memory on high demand Signed-off-by: Tim FitzGeorge Fixes: Bug 11839 Signed-off-by: Michael Tremer --- diff --git a/config/etc/sysctl.conf b/config/etc/sysctl.conf index 345f8f52a4..4066af767b 100644 --- a/config/etc/sysctl.conf +++ b/config/etc/sysctl.conf @@ -27,7 +27,7 @@ net.ipv4.conf.all.accept_source_route = 0 net.ipv4.conf.all.log_martians = 1 kernel.printk = 1 4 1 7 -vm.swappiness=0 +vm.swappiness=1 vm.mmap_min_addr = 4096 vm.min_free_kbytes = 8192