X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f4f4f414e7e325cfa0383817fa6a01d32cfe07d0..cd3fe3c4915267c08ba333ec4b7280b4aa3e5729:/roles/tilecache.rb?ds=inline diff --git a/roles/tilecache.rb b/roles/tilecache.rb index f45286e37..645d107d0 100644 --- a/roles/tilecache.rb +++ b/roles/tilecache.rb @@ -19,6 +19,12 @@ default_attributes( :access_log => false }, :sysctl => { + :sockets => { + :comment => "Increase size of connection queue", + :parameters => { + "net.core.somaxconn" => 10000 + } + }, :network_conntrack_time_wait => { :comment => "Only track completed connections for 30 seconds", :parameters => {