Hi,
I have some problems when trying to create a number of large PDFs using Magick Wand.
-The process converts PNGs to PDFs, and kicks off one job, then the next sequentially.
- If I have more than a handful of PDFs to create at once, I can almost guarantee that some of them will not generate properly (will be tiny, or contain no data)
- I get hundreds of megabytes of stuff left in /tmp like /tmp/magick-zxzyzuyz when the above happens
I cannot get to the bottom of why this is is, but I am also unable to find a way to stack trace or debug MagickWand- Does anyone have any advice on how I can perform stack traces or enable debugging for MagickWand?
Thanks!