MagickImage Native Memory Management #857
Unanswered
jkavanaghrdm
asked this question in
Help
Replies: 1 comment 3 replies
-
There is no internal native memory pool for ImageMagick, I suspect that the memory that you are seeing is managed memory instead. The garbage collector will probably keep some memory in it's pool. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are using MagickImage Load, Resize and ToByteArray operations and are finding that Working Set memory on CentOS 7 does not get deallocated when those operations complete and the MagickImage object is disposed. Is that the expected behavior? Or does MagickImage maintain an internal native memory pool for it's own purposes? I think the fundamental question is, should native memory allocations be fully deallocated once the MagickImage object is disposed?
If there are any specific details missing to be able to answer this question then please let me know.
Beta Was this translation helpful? Give feedback.
All reactions