PDFBox's capacity to create maximum size merged pdf in Docker environment

54 views Asked by At

I am trying to merge 1000+ PDFs into single PDF using pdfbox mergeDocuments(MemoryUsageSetting memUsageSetting), application is deployed in Docker environment. I'm planning to create merged PDF size of 4 GB. Currently heap size is set to 6 GB and container size is set to 6 GB. But application is breaking.

Could you please help me to understand if I need to check and adjust any other parameters?

Thank you!!

I have tried to adjust heap size and container size, but it did not help me.

0

There are 0 answers