X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/59d9dcec009d1a6ce77cb0c7e9a33c4324998598..1e6b35cff075464992deb60c7e4abe4031596bfe:/roles/poldi.rb diff --git a/roles/poldi.rb b/roles/poldi.rb index 869d4b8be..484ad9120 100644 --- a/roles/poldi.rb +++ b/roles/poldi.rb @@ -60,6 +60,18 @@ default_attributes( :effective_cache_size => "48GB" } } + }, + :nominatim => { + :fpm_pools => { + :www => { + :pm => "dynamic", + :max_children => "80" + }, + :bulk => { + :pm => "static", + :max_children => "10" + } + } } )