X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5b05eceb81c5fbcbdccc48cfd9263d075a862088..6872fc3e4707aa5e59eac2b5266b2ee5ebd43ed6:/roles/nominatim.rb diff --git a/roles/nominatim.rb b/roles/nominatim.rb index 44ab24155..c884e2b21 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -18,7 +18,7 @@ default_attributes( :keepalive => false, :event => { :server_limit => 32, - :max_clients => 800, + :max_clients => 1600, :threads_per_child => 50 } }, @@ -26,7 +26,6 @@ default_attributes( :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ] }, :postgresql => { - :versions => [ "9.1" ], :settings => { :defaults => { :max_connections => "450", @@ -55,11 +54,7 @@ default_attributes( } }, :nominatim => { - :repository => "git://git.openstreetmap.org/nominatim.git", - :database => { - :cluster => "9.1/main", - :dbname => "nominatim" - } + :repository => "git://git.openstreetmap.org/nominatim.git" } )