From d6a8bad7df4435fe77a72b05cb23c62c945541d5 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 20 May 2014 11:03:43 +0100 Subject: [PATCH] Increase the apache MaxClients value for nominatim --- roles/nominatim.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }, -- 2.43.2