forked from occrp-attic/convert-document
-
Notifications
You must be signed in to change notification settings - Fork 2
Free wand pixel cache #30
Copy link
Copy link
Open
Description
Wand creates large temp files called pixel caches. These will fill the harddrive if unchecked. The wand library cleans up atexit. However pvs is long lived.
http://docs.wand-py.org/en/0.6.2/whatsnew/0.6.html#improved-memory-deallocation-atexit-support
Instead, we need to lock threads out of the wand library, perform shutdown, delete temp files, then re-initialize the library and unlock. R/W locking is needed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels