X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a194131b6ac8c700e2bdc10c2014b3b49bd876ac..361fe7b2d59cd38452162f1c66f961f9f71ec377:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index c63696e1d..495f2a612 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -19,15 +19,13 @@ default_attributes( } }, :postgresql => { - :versions => [ "9.3" ], :settings => { :defaults => { :shared_buffers => "10GB", :work_mem => "160MB", :maintenance_work_mem => "10GB", :random_page_cost => "1.5", - :effective_cache_size => "60GB", - :fsync => "on" + :effective_cache_size => "60GB" } } }, @@ -35,26 +33,26 @@ default_attributes( :enabled => true, :flatnode_file => "/ssd/nominatim/nodes.store", :database => { - :cluster => "9.3/main", - :dbname => "nominatim", - :postgis => "2.1" + :cluster => "9.3/main", + :dbname => "nominatim", + :postgis => "2.1" }, :fpm_pools => { - :www => { - :port => "8000", - :pm => "dynamic", - :max_children => "70" - }, - :bulk => { - :port => "8001", - :pm => "static", - :max_children => "10" - } + :www => { + :port => "8000", + :pm => "dynamic", + :max_children => "60" + }, + :bulk => { + :port => "8001", + :pm => "static", + :max_children => "10" + } } } ) run_list( "role[ucl-wolfson]", - "role[nominatim]" + "role[nominatim-master]" )