From: Sarah Hoffmann Date: Thu, 31 Oct 2019 08:55:23 +0000 (+0100) Subject: nominatim: increase apache workers X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/339a3db37db83388c2ec2f0fb3ab49aac2bcb6dd nominatim: increase apache workers --- diff --git a/roles/nominatim.rb b/roles/nominatim.rb index 9564e1183..52c9694af 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -18,8 +18,8 @@ default_attributes( :keepalive => false, :reqtimeout => true, :event => { - :server_limit => 32, - :max_request_workers => 1600, + :server_limit => 46, + :max_request_workers => 2400, :threads_per_child => 50, :min_spare_threads => 125, :max_spare_threads => 925