Problem: Memory allocation failed, wrong disk resource
Posted: 2008-01-17T02:49:03-07:00
Hi,
i have a problem converting some multi scene tiff to pdf.
Example:
convert pdfConv1.tiff test1.pdf
delivers:
convert: Memory allocation failed `test1.pdf'
pdfConv1.tiff is a 140K TIFF, resolution 1728x1110 with 9 scenes. On other tiff around this size and larger the same error occurs. Smaller tiffs are no problem. On other systems with imagemagick (same IM version) its no problem to convert the tiffs.
With
convert -list resource
i get:
File Area Memory Map Disk
------------------------------------------------
768 1006.0mb 1.96gb 3.93gb -1.07374e+09
The disk-size must be wrong, but even if i set
MAGICK_DISK_LIMIT to larger size the error still occurs.
I guess imagemagick is somehow misconfigured on this specific system.
Any help would be appreciated.
System: Dual Xeon 2.66GHz, 2GB Mem., Debian etch
IM Version: ImageMagick 6.2.4 02/10/07 Q16
Thanks in advance,
hdv
i have a problem converting some multi scene tiff to pdf.
Example:
convert pdfConv1.tiff test1.pdf
delivers:
convert: Memory allocation failed `test1.pdf'
pdfConv1.tiff is a 140K TIFF, resolution 1728x1110 with 9 scenes. On other tiff around this size and larger the same error occurs. Smaller tiffs are no problem. On other systems with imagemagick (same IM version) its no problem to convert the tiffs.
With
convert -list resource
i get:
File Area Memory Map Disk
------------------------------------------------
768 1006.0mb 1.96gb 3.93gb -1.07374e+09
The disk-size must be wrong, but even if i set
MAGICK_DISK_LIMIT to larger size the error still occurs.
I guess imagemagick is somehow misconfigured on this specific system.
Any help would be appreciated.
System: Dual Xeon 2.66GHz, 2GB Mem., Debian etch
IM Version: ImageMagick 6.2.4 02/10/07 Q16
Thanks in advance,
hdv