X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/fd5b662ae1ccede11c2f5eb67253f8cd3ae8a507..e7c7917e9c2d250e7341241566bd41a23b644600:/roles/nominatim.rb diff --git a/roles/nominatim.rb b/roles/nominatim.rb index d640ec5f0..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 => { @@ -41,8 +42,8 @@ default_attributes( :postgres => { :comment => "Increase shared memory for postgres", :parameters => { - "kernel.shmmax" => 16 * 1024 * 1024 * 1024, - "kernel.shmall" => 16 * 1024 * 1024 * 1024 / 4096 + "kernel.shmmax" => 26 * 1024 * 1024 * 1024, + "kernel.shmall" => 26 * 1024 * 1024 * 1024 / 4096 } } }, @@ -55,7 +56,7 @@ default_attributes( :fpm_pools => { :www => { :pm => "dynamic", - :max_children => "25" + :max_children => "50" }, :bulk => { :pm => "static",