X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..e015caf5d19c5b47dcd7912665259c78f01b0ff9:/roles/web-frontend.rb diff --git a/roles/web-frontend.rb b/roles/web-frontend.rb index 7657b8267..1a7c7ce7a 100644 --- a/roles/web-frontend.rb +++ b/roles/web-frontend.rb @@ -13,8 +13,10 @@ 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 },