X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c920d6ceed76aa66b56b16b1a58ce4de01f4a992..b7858d9e79876bd35ae711de3a9df4f57b50e0e2:/roles/tilecache.rb diff --git a/roles/tilecache.rb b/roles/tilecache.rb index 8353a2120..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:64M", - } - } + :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 + } + } } )