X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/98365f1da1424a74d5e1a562f0885608fadb88e7..a7d96c8358a00088b485fadb5966eb4b231d2ff1:/roles/tile-old.rb diff --git a/roles/tile-old.rb b/roles/tile-old.rb new file mode 100644 index 000000000..cc6750c54 --- /dev/null +++ b/roles/tile-old.rb @@ -0,0 +1,16 @@ +name "tile-old" +description "Role applied to all tile servers" + +default_attributes( + :apt => { + :sources => [ "pitti-postgresql" ] + }, + :sysctl => { + :sockets => { + :comment => "Increase size of connection queue", + :parameters => { + "net.core.somaxconn" => 10000 + } + } + } +)