X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7194cf7d72173fa50ee4859cc4058f16facaff2f..211b0803abd126829c723ae9a6f091b08d103c55:/roles/git.rb diff --git a/roles/git.rb b/roles/git.rb index 31ad54036..889aa2c38 100644 --- a/roles/git.rb +++ b/roles/git.rb @@ -22,6 +22,14 @@ default_attributes( } } }, + :apache => { + :mpm => "event", + :event => { + :min_spare_threads => 50, + :max_spare_threads => 150, + :listen_cores_buckets_ratio => 4 + } + }, :git => { :host => "git.openstreetmap.org", :aliases => ["git.osm.org"]