From b642c0ea14f2d6fb1c020bf810b8f56721bf17a2 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 22 Sep 2013 00:41:01 +0200 Subject: [PATCH] increase number of apache threads --- roles/nominatim.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 => { -- 2.43.2