From 106a3502d113d41b63161dbfdeb6d84a994def67 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 8 Jul 2014 19:25:48 +0100 Subject: [PATCH] Increase rails memory limits for frontend servers --- roles/web-frontend.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/web-frontend.rb b/roles/web-frontend.rb index 1a7c7ce7a..deb62f7c7 100644 --- a/roles/web-frontend.rb +++ b/roles/web-frontend.rb @@ -17,8 +17,8 @@ default_attributes( :max_pool_size => 50 }, :web => { - :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" ], -- 2.43.2