So your Rails app on Heroku is using too much memory... let's cover some strategies for fixing that!| judoscale.com
Use one-off dynos to execute administrative or maintenance tasks for the app. They can be executed using the `heroku run` command.| devcenter.heroku.com