X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/783ae847d13a0439154d0e84821bf6c4c9bc101a..ba31aca76710590cde7d2baa2fc9a4cd7beb0fa4:/roles/stormfly-04.rb diff --git a/roles/stormfly-04.rb b/roles/stormfly-04.rb index 5c7400d1b..af518eb91 100644 --- a/roles/stormfly-04.rb +++ b/roles/stormfly-04.rb @@ -33,7 +33,7 @@ default_attributes( :random_page_cost => "1.5", :effective_cache_size => "60GB", :fsync => "on", - :effective_io_concurrency => "500" + :effective_io_concurrency => "100" } } }, @@ -46,6 +46,11 @@ default_attributes( :postgis => "2.5", :flatnode_file => "/ssd/nominatim/nodes.store", :logdir => "/ssd/nominatim/log", + :fpm_pools => { + "nominatim.openstreetmap.org" => { + :max_children => 100 + } + }, :tablespaces => { "dosm" => "/ssd/tablespaces/dosm", "iosm" => "/ssd/tablespaces/iosm",