X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/cac1c5ce3786d0205aee37ac4b23daacb92c22ba..b7858d9e79876bd35ae711de3a9df4f57b50e0e2:/roles/tilecache.rb diff --git a/roles/tilecache.rb b/roles/tilecache.rb index d7aae8af1..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 => { @@ -73,12 +64,14 @@ default_attributes( "kernel.sched_min_granularity_ns" => "10000000", "kernel.sched_wakeup_granularity_ns" => "15000000" } - }, - :no_tcp_slow_start => { - :comment => "Ensure TCP slow start is disabled", - :parameters => { - "net.ipv4.tcp_slow_start_after_idle" => "0", - "net.ipv4.tcp_no_metrics_save" => "0" + } + }, + :tools => { + :cron => { + :load => { + :nice => 19, + :io_scheduling_class => "best-effort", + :io_scheduling_priority => 7 } } }