From: Grant Slater Date: Fri, 16 Aug 2019 20:22:57 +0000 (+0100) Subject: tilecache: minimal swapout X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/5b3255591fe355642dcb2278831a394b2755019b tilecache: minimal swapout --- 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 => {