]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/rails.rb
Remove rails memory limit support
[chef.git] / cookbooks / web / recipes / rails.rb
index 6616c49f0980434733d86e26d2968f2f40254110..926ff38ceb12778d7a1c5874a5a841de561adf00 100644 (file)
@@ -57,8 +57,6 @@ rails_port "www.openstreetmap.org" do
   messages_domain "messages.openstreetmap.org"
   quova_username "ws360602"
   quova_password web_passwords["quova"]
-  soft_memory_limit node[:web][:rails_soft_memory_limit]
-  hard_memory_limit node[:web][:rails_hard_memory_limit]
   gpx_dir "/store/rails/gpx"
   attachments_dir "/store/rails/attachments"
   log_path "#{node[:web][:log_directory]}/rails.log"