I've tried to use a 2X worker dyno, waiting to not get R14 errors, but this is the result:
2013-06-04T13:03:30.723260+00:00 heroku[worker.1]: Process running mem=1047M(102.3%)
2013-06-04T13:03:30.723260+00:00 heroku[worker.1]: Error R14 (Memory quota exceeded)
However, the task for the worker is finished successfully.
Questions:
- How can I decrease the needed memory for my job? - I'm using rmagick gem to convert a list of images to a single multipage pdf.
- How dangerous is to keep the process like this (with R14 errors) as the final job is finishing successfully?
Thanks in advance