Magick.NET has created ~100 GB of temp files, any idea why and how to stop? #988
Answered
by
kmgallahan
kmgallahan
asked this question in
Help
-
I have approximately ~100 GB of temp files that all look like this: In Any ideas what these are, and how/if I can prevent their creation? |
Beta Was this translation helpful? Give feedback.
Answered by
kmgallahan
Jul 6, 2021
Replies: 1 comment
-
Figured it out. GetPixels / GetPixelsUnsafe needed a using / Dispose to free memory - > memory leak was causing files to get written for some reason (probably VS related). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kmgallahan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Figured it out.
GetPixels / GetPixelsUnsafe needed a using / Dispose to free memory - > memory leak was causing files to get written for some reason (probably VS related).