I am trying to run a clean rake task for paperclip since I just finished converting all previous images that were png to jpg and I keep getting
rake aborted!
Too many open files - convert
I'm sure I have over 10,000 images with 6 styles, any ideas on how to get around this?
source
share