Home End User

Out of memory when printing 50,000 pages report

I have report that need to print 50,000 pages at once (not a lot of data, but each page is unique) - Any suggestions how can I avoid running our of memory when trying to print to PDF (not save as PDF)? I'm trying to test before printing large sample and all attempts are failing.

Comments

  • Hi Vlad,

    Please let us know which version of ReportBuilder and Delphi you are using before every question.

    We only have resources to provide tech support to Delphi developers with an active ReportBuilder license. If you meet these requirements, please send license details to support@.

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • Hi Nico, I'm using RB Pro 20.02 build 67, sorry I did not created post before my subscription expired, however I think if report with 4 labels on it (literally) runs out of memory it is product issue and should be fixed.
  • For those following this thread, the issue was due to the CachePages property being set to True. This will (by definition) use memory to cache all generated pages. Disabling the outline/thumbnails also increased the speed and efficiency for a report this size.


    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
Sign In or Register to comment.