<cfdocument> PDF limit
Hi guys,I'm trying to create multiple pdfs with <cfdocument> tag inside a loop.When I say multiple pdf files , the counter could reach up to 1500 files.The result should be a zip with all the files .
The problem is that after a while the request crashes because of : java.lang.OutofMemoryError : java heap space .
My question is : has coldfusion a limit in generating <cfdocument> pdf files? I tried also , to break all this action into multiple threads , putting only 100 pdf files on a thread, but even so some of the threads ended with java heap space error.
Have anyone of you encountered this problem before ? Any tips or help it will be gratefully apreciated.
Best Regards,
George T.
