X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f65bd375ad834787db2daa9d3f780152a913eb54..484bf308fb9f43eda4c2d7ac7b3d3d23a3288044:/roles/tilecache.rb diff --git a/roles/tilecache.rb b/roles/tilecache.rb index d60617107..a78cac73d 100644 --- a/roles/tilecache.rb +++ b/roles/tilecache.rb @@ -9,20 +9,11 @@ default_attributes( } } }, - :apt => { - :sources => ["nginx"] - }, :networking => { :tcp_fastopen_key => "tile" }, :nginx => { - :access_log => false, - :cache => { - :proxy => { - :enable => true, - :keys_zone => "proxy_cache_zone:128M" - } - } + :access_log => false }, :sysctl => { :sockets => { @@ -74,6 +65,15 @@ default_attributes( "kernel.sched_wakeup_granularity_ns" => "15000000" } } + }, + :tools => { + :cron => { + :load => { + :nice => 19, + :io_scheduling_class => "best-effort", + :io_scheduling_priority => 7 + } + } } )