X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d3020dfb2e4892dd734b2061dbd0c46675d3ba39..1a1b82f02357f19b9b953f1264c7ea3587c74568:/roles/nominatim.rb diff --git a/roles/nominatim.rb b/roles/nominatim.rb index 8e3ed5d0b..1c6201472 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -18,15 +18,11 @@ default_attributes( :keepalive => false, :event => { :server_limit => 32, - :max_clients => 800, + :max_clients => 1600, :threads_per_child => 50 } }, - :apt => { - :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ] - }, :postgresql => { - :versions => [ "9.1" ], :settings => { :defaults => { :max_connections => "450", @@ -55,21 +51,8 @@ default_attributes( } }, :nominatim => { - :repository => "git://git.openstreetmap.org/nominatim.git", - :database => { - :cluster => "9.1/main", - :dbname => "nominatim" - }, - :fpm_pools => { - :www => { - :pm => "dynamic", - :max_children => "50" - }, - :bulk => { - :pm => "static", - :max_children => "7" - } - } + :enabled => true, + :repository => "git://git.openstreetmap.org/nominatim.git" } )