public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Allow kernel to swap memory on high demand
@ 2018-09-25 17:52 Tim FitzGeorge
  2018-09-25 18:29 ` Peter Müller
  0 siblings, 1 reply; 7+ messages in thread
From: Tim FitzGeorge @ 2018-09-25 17:52 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 534 bytes --]

Signed-off-by: Tim FitzGeorge <ipfr at tfitzgeorge.me.uk>
Fixes: Bug 11839
---
 config/etc/sysctl.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/etc/sysctl.conf b/config/etc/sysctl.conf
index 345f8f52a..4066af767 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
 
-- 
2.16.4


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-10-04 15:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-25 17:52 [PATCH] Allow kernel to swap memory on high demand Tim FitzGeorge
2018-09-25 18:29 ` Peter Müller
2018-09-25 20:50   ` Michael Tremer
2018-09-26 19:55     ` Tim FitzGeorge
2018-10-02 21:11       ` Michael Tremer
2018-10-04 15:46         ` Peter Müller
2018-10-04 15:47           ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox