default report engine is not good for big report
Description
Environment
None
Attachments
8
SummaryLineInReport.png
16 Oct, 2016
IDEMPIERE-3104-option.patch
26 Sep, 2016
IDEMPIERE-3104-tempObj.patch
15 Sep, 2016
htmlMemoryWatch.png
18 May, 2016
IDEMPIERE-3104_html.patch
18 May, 2016
pdfMemoryTracking.png
16 May, 2016
IDEMPIERE-3104_pdf.patch
16 May, 2016
outOfMemory.zip
16 May, 2016
relates to
testing discovered
Activity
萩原秀明
November 29, 2016 at 2:34 AM
Hi,Carlos! 😃
It is I that should say thanks.
See you.
Carlos Ruiz
November 28, 2016 at 5:10 PM
Thanks @萩原秀明, backed out 76bfe29
Hiep Lq
October 16, 2016 at 12:47 PM
thanks @萩原秀明
萩原秀明
October 16, 2016 at 2:02 AM
Hi. Hiep! 😃
thank you for reply.
I am not sure but I think that #committed 76bfe29 is related.
If I comment out "m_layout = null" of cleanTempObj() method of ReportEngine.java, it is no problem.
萩原秀明
October 16, 2016 at 1:52 AM
Reproduce:
Step1: Please dispay Report
Step2: Change Print Format.
If print format I changed has other columns in comparison with initial print format.
We can not display some columns.
iDempiere display Error:
Column not found - AD_Column_ID=1000XXX
Fixed
Details
Details
Created May 16, 2016 at 3:30 PM
Updated January 4, 2017 at 11:21 PM
Resolved November 28, 2016 at 5:10 PM
sometime my server is hung for a while.
i assume it's out of memory issue.
by investigate i see default report engine get a lot memory when it render a big report
I test by run idempiere with 3G memory.
I run report "Accounting Fact Details Report" with data of two year.
and PDFWriter get 2.3G memory to save object.
you can see detail on report on attach file