X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9d6b27c56ecc79ef97c209cb865e506dddcf9907..39376e83da7ec51e0210a99fd002dae20059b541:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 341b87e27..83329ca59 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -22,11 +22,12 @@ default_attributes( :versions => [ "9.3" ], :settings => { :defaults => { - :shared_buffers => "24GB", + :shared_buffers => "32GB", :work_mem => "160MB", :maintenance_work_mem => "10GB", :random_page_cost => "1.5", - :effective_cache_size => "48GB" + :effective_cache_size => "60GB", + :fsync => "on" } } }, @@ -39,10 +40,12 @@ default_attributes( }, :fpm_pools => { :www => { + :port => "8000", :pm => "dynamic", :max_children => "70" }, :bulk => { + :port => "8001", :pm => "static", :max_children => "10" } @@ -51,6 +54,6 @@ default_attributes( ) run_list( - "role[ucl-internal]", + "role[ucl-wates]", "role[nominatim]" )