From: Tom Hughes Date: Mon, 26 Sep 2016 12:03:05 +0000 (+0100) Subject: Allow more spare threads on planet.osm.org X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/20c97aeecf30fb96d7032125d93045097f1266ab?hp=869089321db430cb491c4adab88f7ce95b38807b Allow more spare threads on planet.osm.org This allows processes to hang around rather than shutting down which can cause problems if they are still serving a slow client with a large planet file. https://bz.apache.org/bugzilla/show_bug.cgi?id=53555 --- diff --git a/roles/planet.rb b/roles/planet.rb index 8c2870767..d9f0112bb 100644 --- a/roles/planet.rb +++ b/roles/planet.rb @@ -42,7 +42,8 @@ default_attributes( :event => { :server_limit => 20, :max_clients => 1000, - :threads_per_child => 50 + :threads_per_child => 50, + :max_spare_threads => 525 } } )