Hi, I have a memory leak in my app which is causing it to crash on Heroku. Would replacing all occurrences of: "names = Hobo::Model.all_models.map do |m|" with "Model.find_each do |m|" help to reduce this problem? Also does anyone have advice on how to avoid memory leaks/Heroku R14 errors?
Thanks, John. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/hobousers/-/i7QzDV-QThIJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
