Leftover Temp Files
Posted: 2014-07-23T00:59:55-07:00
If ImageMagick doesn't have enough RAM memory then it uses a temporary file for operations instead, however if an operation fails for whatever reason then these files get left behind, and some of them can be quite big, and will cause the temp folder to fill up (potentially resulting in issues with any limits set).
I'm just wondering what mechanism ImageMagick uses for creating temporary files, as I believe most operating systems should provide a means of creating temporary files that are guaranteed to be discarded when the program terminates for whatever reason.
I'm just wondering what mechanism ImageMagick uses for creating temporary files, as I believe most operating systems should provide a means of creating temporary files that are guaranteed to be discarded when the program terminates for whatever reason.