Allow kernel to swap memory on high demand

Signed-off-by: Tim FitzGeorge <ipfr@tfitzgeorge.me.uk>
Fixes: Bug 11839
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Tim FitzGeorge
2018-09-25 18:52:30 +01:00
committed by Michael Tremer
parent 7961b3c7e0
commit dfb985caa9

View File

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