X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..d6a8bad7df4435fe77a72b05cb23c62c945541d5:/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 },