X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9d6b27c56ecc79ef97c209cb865e506dddcf9907..4ff36685d4495ee683874fdb901d6d0170cb85c3:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 341b87e27..7304d48ee 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", + :maintenance_work_mem => "20GB", :random_page_cost => "1.5", - :effective_cache_size => "48GB" + :effective_cache_size => "60GB", + :fsync => "off" } } }, @@ -39,10 +40,12 @@ default_attributes( }, :fpm_pools => { :www => { + :port => "8000", :pm => "dynamic", :max_children => "70" }, :bulk => { + :port => "8001", :pm => "static", :max_children => "10" }