Intermittent Crashes and OutOfMemoryException and Callback on garbage collected delegate in Parallel Magick.NET Image Processing #1857
Replies: 1 comment
-
What is happening inside |
Beta Was this translation helpful? Give feedback.
0 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.
-
Windows 11
Intel Xeon (96 core)
Magick.Net Version 14.0.0
Q8
I have been having an issue. I have some code that works fine on my development pc, but as soon as I try to run it on the test server, it starts to crash. The testing server has 96 cores. However I limit the number of parallel threads are allowed to run.
I am running a large number of jpgs through the system. They are around 5-10mb's.
One of the errors I happens at any time throughout the process. It can happen on image 1, or it can happen on the last image.
The other error I recieve if I change the code so that I dont see this one oftern is an 'Out of Memory' error. This one generally crops up on the final image. However I dont know why this would happen concidering I am using and then imediatly disposing the image.
One of the fixes I tried was to reduce the parallel processing threads. However even when running on only 8 threads (Less that development pc), I was still getting the errors.
Beta Was this translation helpful? Give feedback.
All reactions