X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/84f1906f0133a25bff7fadbadbb03ff76e6da504..860431223d5e1ada6bc6549c2cfa30dea4d23182:/roles/planet.rb diff --git a/roles/planet.rb b/roles/planet.rb index 889f0bb0e..7afcd2662 100644 --- a/roles/planet.rb +++ b/roles/planet.rb @@ -2,15 +2,6 @@ name "planet" description "Role applied to all planet servers" default_attributes( - :accounts => { - :users => { - :bretth => { :status => :user }, - :planet => { - :status => :administrator, - :members => [:bretth] - } - } - }, :rsyncd => { :modules => { :planet => { @@ -37,14 +28,15 @@ default_attributes( } }, :apache => { - :mpm => "worker", + :mpm => "event", :keepalive => true, :event => { :server_limit => 20, :max_request_workers => 1000, :threads_per_child => 50, :min_spare_threads => 75, - :max_spare_threads => 525 + :max_spare_threads => 525, + :listen_cores_buckets_ratio => 4 } } )