Memory Allocation Error
Posted: 2013-01-03T08:13:58-07:00
I have a number of TIF files that I am trying to convert to Group4 compressed TIF files. My processed worked fine on the smaller files but on the larger (~1GB) files I keep getting the following memory allocation error:
I've read http://www.imagemagick.org/Usage/files/#massive and have tried playing with the limits but I haven't had any luck.
Any help or insight would be much appreciated.
The easy answer is that I'm just running out of memory but I'm running this on a machine with 32GB of memory and when I monitor the memory during execution it never seems to request more than a few GB. It also uses quite a bit of disk space but I have over 300GB free on the partition for the temporary files and it does not seem to be filling up.convert.exe: Memory allocation failed `f:\images\12015_52737_202124.TIF' @ error
/quantize.c/QuantizeImage/2726.
Code: Select all
Version: ImageMagick 6.8.0-4 2012-10-30 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
Code: Select all
File Area Memory Map Disk Thread Time
-------------------------------------------------------------------------------
1536 34.355GB 15.998GiB 31.996GiB unlimited 8 unlimited
Any help or insight would be much appreciated.