Unable to allocate memory Error
Posted: Thu Aug 03, 2017 3:58 am
I've just about got this PDF report done using Integrator's PDFDocumentService. It works well with smaller data sets but now I am trying to put some real world data to it and I get a "Unable to allocate memory" error.
The data in question is only about 2000 records, with 10 elements in each record.
And this is only a week's worth of data. I can only imagine what is going to happen for a quarter or a year!
I can load this data fine and present it online. After the header data on each page, I can add about 45 records to a single page. So that comes out to around 44 pages for this one report.
I am assuming this is a JVM issue with Integrator and as I am adding content to the PDF its running out of virtual memory.
If that is in fact the problem, how do I tell Integrator to use more virtual memory?
Code: Select all
Wed Aug 02 12:36:27 2017
Release 14.1.0 Build 4138 Windows 10 Enterprise Edition (10.0.0.0 Build 10586)
Message : (0885) - Unable to allocate memory. Consider increasing amount of virtual memory. (exception code c0000017) at address 776D0DA6 should be reported to your product vendor as soon as possible by supplying the files X_ERR.LOG and X_RUN.DMP in directory C:\Users\JRYoung\AppData\Local\Temp\.
Routine : X_RUN
And this is only a week's worth of data. I can only imagine what is going to happen for a quarter or a year!
I can load this data fine and present it online. After the header data on each page, I can add about 45 records to a single page. So that comes out to around 44 pages for this one report.
I am assuming this is a JVM issue with Integrator and as I am adding content to the PDF its running out of virtual memory.
If that is in fact the problem, how do I tell Integrator to use more virtual memory?