Starting with the release of Strategy ONE (March 2024), dossiers are also known as dashboards.
In Strategy 2019, exporting a dossier with a large amount of content to a PDF may result in the following error:
"Dossier content size exceeds the PDF Export Engine limit."

The Export Engine has a setting that limits the maximum server .JSON length allowed in the POST request of exporting in the application.properties file.
The default setting is 200 megabytes, and Strategy does not encourage enlarging this value since a server .JSON length larger than 200 megabytes may hit hte Java VM's out-of-memory error.

Strategy's Technology Team is currently investigating ways to optimize the memory usage of the Export Engine in Strategy 2020. Stay tuned for release notes on Strategy 2020!
For an immediate solution, you can use the following workaround.
To export large dossiers to a PDF, you can enlarge the jvm.heapsize setting in the PDF exporter application.properties file.
Before increasing this setting, it should be noted that enlarging this value may cause a blank error page to appear as a result to hitting a memory problem on Node.js. This is a limitation of the third party renderer, Node.js, as it cannot handle large content in-memory. Additionally, if there are multiple users exporting to PDF at the same time, the dossier may fail to export because the Java VM may be out of memory.