Large TIFF files always cached to disk
Posted: 2007-01-15T10:25:42-07:00
I have problems with large TIFF files (410 MB large).
The pc has 4 Gbyte of RAM (used: +/- 150 MByte, free: +/- 3.800 MByte),
but when I try to rotate the images, they are always cached to disk.
A 210 MB image is nicely cached in memory (fast, max. 1 minute to rotate), but a 410 MB is always cached on disk (slow, hours to rotate).
command:
convert.exe -monitor -debug cache source.tif -rotate 90 target.tif
open source.tif[0] (anonymous memory, 9924x14043 531.627mb)
load image: 100%
memory => disk
setting a higher memory limit does not help.
convert.exe -limit memory 2000 -monitor -debug cache source.tif -rotate 90 target.tif
I use ImageMagick 6.3.1 - 7 Q8
on a Windows XP Proffesional PC
thanks in advance.
The pc has 4 Gbyte of RAM (used: +/- 150 MByte, free: +/- 3.800 MByte),
but when I try to rotate the images, they are always cached to disk.
A 210 MB image is nicely cached in memory (fast, max. 1 minute to rotate), but a 410 MB is always cached on disk (slow, hours to rotate).
command:
convert.exe -monitor -debug cache source.tif -rotate 90 target.tif
open source.tif[0] (anonymous memory, 9924x14043 531.627mb)
load image: 100%
memory => disk
setting a higher memory limit does not help.
convert.exe -limit memory 2000 -monitor -debug cache source.tif -rotate 90 target.tif
I use ImageMagick 6.3.1 - 7 Q8
on a Windows XP Proffesional PC
thanks in advance.