RMagick thumbnail creation fails.
Posted by: phoenixy
Posted on: 2008-08-24 00:31:00
Hi,
I was using other hosting service, and recently moved to Dreamhost.
I found out that when I upload an image file and then try to create a thumbnail using RMagick in my rails app, it fails(no error returned). I'm using attachment_fu plugin.
I tried to create a thumbnail manually from the rails project console, and whenever I load an image using RMagick, a few seconds later, my console is killed.
I think some Dreamhost process is monitoring ruby processes and kills it when it uses large memory.
How can I solve this problem and create a thumbnail without any error?
Thanks in advance!