X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e683209e4f70c3ef4c859ebcd287544174cd760a..dd0bfa936d0dfe62cc12ef3268ef99d96103a381:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index d3ddde39d..9b4b1f93c 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -5,11 +5,11 @@ default_attributes( :apache => { :mpm => "event", :event => { - :min_spare_threads => 50, - :max_spare_threads => 150, - :max_connections_per_child => 10000, - :async_request_worker_factor => 4, - :listen_cores_buckets_ratio => 4 + :start_servers => 12, + :server_limit => 48, + :min_spare_threads => 25, + :max_spare_threads => 75, + :max_connections_per_child => 10000 } }, :bind => { @@ -43,11 +43,11 @@ run_list( "role[gateway]", "role[foundation]", "role[stateofthemap]", - "role[switch2osm]", "role[blog]", "role[otrs]", "role[donate]", "recipe[hot]", "recipe[dmca]", - "recipe[dhcpd]" + "recipe[dhcpd]", + "recipe[ideditor]" )