From 446c5c14ab27e18188fbe1efc8c17a182fb12cab Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 20 Apr 2018 12:32:46 +0300 Subject: [PATCH] sysctl: don't touch vm.swappiness I think my distribution is more capable of choosing a reasonable value and I am not confident in understanding it enough. --- etc/sysctl.d/60-mikaela.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/etc/sysctl.d/60-mikaela.conf b/etc/sysctl.d/60-mikaela.conf index 50c8787a..0278d40c 100644 --- a/etc/sysctl.d/60-mikaela.conf +++ b/etc/sysctl.d/60-mikaela.conf @@ -3,9 +3,6 @@ # Core files appear with filename --.core kernel.core_pattern = %e-%p-%h.core -# Start swapping when 90% of memory is in use. -vm.swappiness = 10 - # When binding to IPv6, only bind to IPv6. Avoids dotted-decimals net.ipv6.bindv6only=1