From: Sarah Hoffmann Date: Sat, 21 Sep 2013 22:41:01 +0000 (+0200) Subject: increase number of apache threads X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/b642c0ea14f2d6fb1c020bf810b8f56721bf17a2?ds=inline increase number of apache threads --- diff --git a/roles/nominatim.rb b/roles/nominatim.rb index 7798a04e7..4e85a77ef 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -17,8 +17,9 @@ default_attributes( :timeout => 60, :keepalive => false, :event => { - :max_clients => 560, - :threads_per_child => 35 + :server_limit => 32, + :max_clients => 800, + :threads_per_child => 50 } }, :apt => {