Why am I getting a "Too many open files - convert" error from Paperclip?

Viewed 1400

I'm trying to run the clean rake task for paperclip as I've just finished converting all the previous images which were png, into jpg and I keep getting

rake aborted!
Too many open files - convert

I'm sure I have over 10,000 images with 6 variations of styles, any ideas on how to get around this?

1 Answers
Related