memory limit detection does not work

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
yecril71pl
Posts: 81
Joined: 2011-02-08T11:06:09-07:00
Authentication code: 8675308
Location: Warsaw, Poland
Contact:

memory limit detection does not work

Post by yecril71pl »

When I try to use display to view a multiframe document, the command runs very slowly and it completely hogs my machine. If there is a lot of frames it may crash before displaying anything. However, if I explicitly set the memory limit to, say, 32 MiB, everything runs smoothly. Which is very unexpected because:
  • the documentation says that ImageMagick chooses reasonable defaults, which turns out to be false,
  • the documentation suggests that setting an explicit limit makes processing slower, whereas what really happens is just the opposite.
ImageMagick 6.6.9-9 2011-05-14 Q16
Post Reply