Cache resource exhausted IM 6.5.2-5 2011-04-26 Q16 OpenMP
Posted: 2013-03-11T09:03:23-07:00
Hi
I have the following command to convert a tif of approximately 20000 x 20000 pixels.
As is visible, the command is executed without any limit parameters.
Available resources reported from identify -list resource is as follows:
The command on one specific system results in Cache resource exhausted error, although no limit parameters are present. I also did try to limit memory (-limit memory 16MB) or area (-limit area 0), as suggested in ImageMagick's architecture page. The error remains the same.
Can you suggest any reasons why this happens and how it can be avoided (workarounds). Upgrading ImageMagick at this point is not an option, I will appreciate any suggestions to handle the problem with the imagemagick version provided.
This is a Linux installation of ImageMagick. If more info is necessary regarding how it is compiled or what it has available I will try to provide it, but please tell me what commands to execute in order to obtain the info.
I will try to acquire permission to attach the image to the thread
I apologize if this question was answered somewhere else, if so, I haven't been able to find it.
Thanks in advance!
Best Regards,
V. Svetoslavov
I have the following command to convert a tif of approximately 20000 x 20000 pixels.
Code: Select all
convert -quality 85 -compress LZW myfile.tif -profile (...path)/sRGB.icm -intent Relative -black-point-compensation -interpolate bilinear -scale 683x700! -strip JPG:~/test.jpg
Available resources reported from identify -list resource is as follows:
Code: Select all
File Area Memory Map Disk
------------------------------------------------
768 12.033gb 9.0251gb 24.067gb 16eb
Can you suggest any reasons why this happens and how it can be avoided (workarounds). Upgrading ImageMagick at this point is not an option, I will appreciate any suggestions to handle the problem with the imagemagick version provided.
This is a Linux installation of ImageMagick. If more info is necessary regarding how it is compiled or what it has available I will try to provide it, but please tell me what commands to execute in order to obtain the info.
I will try to acquire permission to attach the image to the thread
I apologize if this question was answered somewhere else, if so, I haven't been able to find it.
Thanks in advance!
Best Regards,
V. Svetoslavov