What are the AEM Forms tuning tip for using only Document Services API - OutputService, FormsService and AssemblerService? for PDF creation
hello experts,
Context
My client would be using AEM Forms (6.5v on Prem, OSGi based) setup with add-on for only generating PDFs. The PDF would be generated using OutputService/ FormService/ AssemblerService API based on 3rd party incoming xml input (based on mapped XDP template).
Some stats to help provide better tuning tips, client have following as load parameters:
- 500 PDF will be generated per week (peak load included)
- some 2 to 5 high resolution static PDF will be merged too
- actual PDF size could be 10 MB to 50 MB (it also includes images and promotional PDFs)
Please provide following tuning tip:
- What could be ideal AEM start up parameter as tuning tip for JVM arg - Xmx, PermGen etc?
- any guidelines for the usages of APIs - com.adobe.fd.output.api.OutputService, com.adobe.fd.forms.api.FormsService and com.adobe.fd.assembler.service.AssemblerService
- any other AEM Forms - Document Services API tuning tip?
- xml payload tuning tip
- PDF generation tuning tip (for Unix based AEM Forms setup)
