Search found 2 matches

by cheparukhin
2015-07-27T08:43:14-07:00
Forum: Bugs
Topic: Memory leak
Replies: 3
Views: 3644

Re: Memory leak

I have a strong suspicion that ImageMagick is the source of the problem because of the following reasons: 1. The same program worked without leaks before, when we used OpenCV for image decoding instead of ImageMagick. The problem occurred right after we switched from OpenCV to ImageMagick. 2. Pixel ...
by cheparukhin
2015-07-27T08:06:39-07:00
Forum: Bugs
Topic: Memory leak
Replies: 3
Views: 3644

Memory leak

I have a memory leak problem, which appears while consequently decoding millions of images. If memory limit is not set, the memory footprint of the program gradually increases. If the memory limit is set, after a big number of decoded images the pixel cache becomes exhausted and ImageMagick begins ...