X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ed381333f1c3b6e7e4cf8c1a09f7f96478f72b06..bf224da116c5a68ed9317a2433dfffd99b992ac4:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index e0264e9d0..2280a9472 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -35,6 +35,7 @@ default_attributes( :state => "standalone", :dbadmins => %w[lonvia tomh], :dbcluster => "9.6/main", + :enable_backup => true, :flatnode_file => "/ssd/nominatim/nodes.store", :tablespaces => { "dosm" => "/ssd/tablespaces/dosm", @@ -47,6 +48,11 @@ default_attributes( "isearch" => "/ssd/tablespaces/isearch", "daux" => "/data/tablespaces/daux", "iaux" => "/data/tablespaces/iaux" + }, + :fpm_pools => { + :www => { + :max_children => "40" + } } } )