From: Tom Hughes Date: Tue, 20 May 2014 10:03:43 +0000 (+0100) Subject: Increase the apache MaxClients value for nominatim X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/d6a8bad7df4435fe77a72b05cb23c62c945541d5?hp=49f8b6579e249ec75c3d1e8f886c28c6b1c9c002;ds=inline Increase the apache MaxClients value for nominatim --- diff --git a/roles/nominatim.rb b/roles/nominatim.rb index 44ab24155..39289cab7 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -18,7 +18,7 @@ default_attributes( :keepalive => false, :event => { :server_limit => 32, - :max_clients => 800, + :max_clients => 1600, :threads_per_child => 50 } },