I often use ImageMagick's convert
for *->PNG conversion, but when PDF has more than 50 pages — convert
eats more that 3 Gib (!!!) of memory. I guess it first loads everything.
That's unacceptable. It should read PDF page by page, why the heck all of them at once!
Maybe there's a way to tune it somehow? Or any good alternatives?
I am using the following:
My main drive has limited space, so I prepend a variable
Solved with the following:
Have you tried cache?
From the man page
-cache threshold