From 5b3255591fe355642dcb2278831a394b2755019b Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 16 Aug 2019 21:22:57 +0100 Subject: [PATCH] tilecache: minimal swapout --- roles/tilecache.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/tilecache.rb b/roles/tilecache.rb index 645d107d0..adce84808 100644 --- a/roles/tilecache.rb +++ b/roles/tilecache.rb @@ -52,7 +52,7 @@ default_attributes( :squid_swappiness => { :comment => "Prefer not to swapout to free memory", :parameters => { - "vm.swappiness" => "30" + "vm.swappiness" => "1" } }, :sched_wakeup => { -- 2.43.2