ImageMagick cache resources exhausted resolved

My sofastatistics application relies on ImageMagick to convert PDFs to PNGs. The sort of command run under the hood was: convert -density 1200 -borderColor “#ff0000” -border 1×1 -fuzz 1% -trim “/home/g/projects/sofastats_proj/storage/img_processing/pdf2img_testing/KEEPME/raw_pdf.pdf” “/home/g/projects/sofastats_proj/storage/img_processing/pdf2img_testing/density_1200_fuzz_on_#ff0000.png” Recently, commands like this stopped working properly on … Continue reading ImageMagick cache resources exhausted resolved