From ff3b5eb0e6cccfa12270e69b80ba312778023a05 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Thu, 25 Aug 2022 15:15:33 +0100 Subject: [PATCH] Don't be as agressive with swappiness. --- base-files/sysctl.d/vm.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base-files/sysctl.d/vm.conf b/base-files/sysctl.d/vm.conf index cee1e81..885679f 100644 --- a/base-files/sysctl.d/vm.conf +++ b/base-files/sysctl.d/vm.conf @@ -1,3 +1,3 @@ -# Do a minimal amount of swapping. +# Do a minimal amount of paging/swapping. # See: https://en.wikipedia.org/wiki/Swappiness -vm.swappiness = 1 +vm.swappiness = 10