I have a multi-threaded application creating PDF reports where some reports have 4000+ images per report. The final report size can be a few megabytes. What I believe I'm observing to-date is LOH memory fragmentation due to the local memory allocation of the ReportResult object. I've just started looking at this issue and whether or not I can pin some memory.
Any suggestions to reduce LOH memory fragmentation when rendering PDF report files?
Any suggestions to reduce LOH memory fragmentation when rendering PDF report files?