]> git.openstreetmap.org Git - chef.git/commitdiff
Increase the apache MaxClients value for nominatim
authorTom Hughes <tom@compton.nu>
Tue, 20 May 2014 10:03:43 +0000 (11:03 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 20 May 2014 10:03:43 +0000 (11:03 +0100)
roles/nominatim.rb

index 44ab2415578f7d2f4fd942203dac7c0a6374b6a5..39289cab7ae3ad4e5e531de6c28cbc223a445e14 100644 (file)
@@ -18,7 +18,7 @@ default_attributes(
     :keepalive => false,
     :event => {
       :server_limit => 32,
-      :max_clients => 800,
+      :max_clients => 1600,
       :threads_per_child => 50
     }
   },