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.
Large TIFF files always cached to disk
Speed up disk cache
I'm affraid it didn't help.
I have another question.
Is it possible to speed up the disk cache.
When we rotate 210 MB images (rotated in memory) we can hear the hard disk working. But when we rotate a 410 MB image (rotated on disk) we cannot hear the hard disk. When we look at the CPU usage, convert.exe only uses 0% - 1%.
thanks in advance.
I have another question.
Is it possible to speed up the disk cache.
When we rotate 210 MB images (rotated in memory) we can hear the hard disk working. But when we rotate a 410 MB image (rotated on disk) we cannot hear the hard disk. When we look at the CPU usage, convert.exe only uses 0% - 1%.
thanks in advance.