X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7171b94a0526152910353dbf1f07a0ee597976da..50aea11082eaa90bd37593b9c987d38a082f4e1b:/cookbooks/tile/attributes/default.rb diff --git a/cookbooks/tile/attributes/default.rb b/cookbooks/tile/attributes/default.rb index 3d32e5632..cc5803d00 100644 --- a/cookbooks/tile/attributes/default.rb +++ b/cookbooks/tile/attributes/default.rb @@ -8,7 +8,8 @@ default[:tile][:database][:tag_transform_script] = nil default[:tile][:mapnik] = "3.1" -default[:tile][:replication][:url] = "https://planet.openstreetmap.org/replication/minute/" +default[:tile][:replication][:directory] = "/var/lib/replicate" +default[:tile][:replication][:url] = "https://osm-planet-eu-central-1.s3.dualstack.eu-central-1.amazonaws.com/planet/replication/minute" default[:tile][:data] = {} default[:tile][:styles] = {} @@ -17,3 +18,7 @@ default[:postgresql][:versions] |= [node[:tile][:database][:cluster].split("/"). default[:postgresql][:monitor_database] = "gis" default[:accounts][:users][:tile][:status] = :role + +default[:apache][:event][:server_limit] = node.cpu_cores * 5 / 4 +default[:apache][:event][:max_request_workers] = node.cpu_cores * node[:apache][:event][:threads_per_child] +default[:apache][:event][:max_spare_threads] = node.cpu_cores * node[:apache][:event][:threads_per_child]