I use imagemaigck to process image,but it creates too many tmp files.
now my disk space is full,and imagemagick says crash,because of lack of space
my imagemagick version is Version: ImageMagick 6.7.9-0 2012-08-31 Q16
please help me ,how to stop this????
/tmp/magick-xxxxx write full of disk space,how to stop this
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: /tmp/magick-xxxxx write full of disk space,how to stop
When IM finishes normally it should delete any temporary files it created. As part of normal housekeeping, you should delete any files in tmp.
snibgo's IM pages: im.snibgo.com
Re: /tmp/magick-xxxxx write full of disk space,how to stop
if I use latest version of IM, can it finsh this problem?snibgo wrote:When IM finishes normally it should delete any temporary files it created. As part of normal housekeeping, you should delete any files in tmp.
I find some solutions online. limit resource? cronjob?
has any official solutions?
Re: /tmp/magick-xxxxx write full of disk space,how to stop
What platform and language are you using for Imagemagick?
Re: /tmp/magick-xxxxx write full of disk space,how to stop
Linux 2.6.32_1-12-0-0 #1 SMP Mon Aug 12 17:59:52 CST 2013 x86_64 x86_64 x86_64 GNU/LinuxBonzo wrote:What platform and language are you using for Imagemagick?
magick++ and magicCore
C++