Code: Select all
convert
I've tried different limits, explained here: http://www.imagemagick.org/script/comma ... .php#limit, for example
Code: Select all
-limit memory 32MiB -limit area 64MiB
The process only gets 14 images (1MB each) and ensamble to a single pdf file. Simple process.... but not possible to do it in production in my server... by now
I've also tried memory and map limits with 0 (suggested here: viewtopic.php?f=1&t=23280&p=99486),
Code: Select all
-limit memory 0 -limit area 0
The heroku support team says the problem comes from the library, not from the server...
Thanks again in advance and thanks for the great tool.