X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..bc5106c37a73625376266903ca9159f68bcb1477:/roles/web-frontend.rb diff --git a/roles/web-frontend.rb b/roles/web-frontend.rb index 7657b8267..deb62f7c7 100644 --- a/roles/web-frontend.rb +++ b/roles/web-frontend.rb @@ -13,10 +13,12 @@ default_attributes( :max_requests_per_child => 10000 } }, + :passenger => { + :max_pool_size => 50 + }, :web => { - :rails_daemon_limit => 50, - :rails_soft_memory_limit => 192, - :rails_hard_memory_limit => 512 + :rails_soft_memory_limit => 256, + :rails_hard_memory_limit => 1024 }, :exim => { :local_domains => [ "messages.openstreetmap.org" ],