Hello, good evening.
I'm having memory overflow issues in a java application while generating +/- 1000 PDF's in a loop.
In this application, to generate the PDF a proprietary framework is used, where I can not access in "how the PDF is generated".
More or less in PDF 80, the application terminates with error due to memory overflow.
I wonder if using JAVA resources can optimize memory usage / processing. such as thread or some performance optimization and memory management feature.
Thank you