Closed jrdh closed 2 years ago
Maybe these deleted temp files that have lingering references are related?
I wonder if errors in converting images aren't being collected immediately and therefore the image is being held in memory until the exception is handled? Whenever I shut down the servers and errors have occurred, there seem to be a bunch of exceptions spewed out when the server shuts down.
There seems to be a memory leak somewhere, presumably related to loading image data into RAM and then not properly freeing it after it's used.
See:
Not sure where it's happening yet though.