X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1e6d32478727fcd4b8fc0d3949a7112a2fc9899d..ddc3ef7fe89b9e5773d82f129931ed374a19f5d5:/roles/nominatim.rb diff --git a/roles/nominatim.rb b/roles/nominatim.rb index f2f266833..7798a04e7 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -41,8 +41,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 +55,7 @@ default_attributes( :fpm_pools => { :www => { :pm => "dynamic", - :max_children => "30" + :max_children => "50" }, :bulk => { :pm => "static",