Page 1 of 1
/tmp/magick-xxxxx write full of disk space,how to stop this
Posted: 2014-10-26T20:00:16-07:00
by youbinliu
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????
Re: /tmp/magick-xxxxx write full of disk space,how to stop
Posted: 2014-10-26T20:13:36-07:00
by snibgo
When IM finishes normally it should delete any temporary files it created. As part of normal housekeeping, you should delete any files in tmp.
Re: /tmp/magick-xxxxx write full of disk space,how to stop
Posted: 2014-10-26T20:19:57-07:00
by youbinliu
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.
if I use latest version of IM, can it finsh this problem?
I find some solutions online. limit resource? cronjob?
has any official solutions?
Re: /tmp/magick-xxxxx write full of disk space,how to stop
Posted: 2014-10-27T00:58:34-07:00
by Bonzo
What platform and language are you using for Imagemagick?
Re: /tmp/magick-xxxxx write full of disk space,how to stop
Posted: 2014-10-27T01:56:09-07:00
by youbinliu
Bonzo wrote:What platform and language are you using for Imagemagick?
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/Linux
magick++ and magicCore
C++