Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [birt-dev] [CheckIn] Fix 209905 OutOfMemoryError was detected when rendering large excel report

Ian,

I was looking at this check-in and it appears that you are going to just discard any additional information in large spread-sheets.  Will you be throwing any warnings or have any events so that this can be captured and handled by the engine.  How do we handle this from the client side?

Scott Rosenbaum

ianl wrote:
-  Summary: 
    Fix 209905 OutOfMemoryError was detected when rendering large excel report
-  Bugzilla Bug(s) Resolved: 
   209905 
-  Description:   
	ExcelEmitter only saves the 65525 * 255 in memory to avoid OutOfMemoryError.
	Now when add data to memory or insert a column to memory, the checker will
	check to promise the memory is smaller than 65525 * 255. the other data will be
	discard.
    
-  Test Description:  
   Manual Test
-  Notes to Build Team:  

-  Notes to Developers:  

-  Notes to QA:  

-  Files Edited:  
   /cvsroot/birt/source/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/DataCache.java
   /cvsroot/birt/source/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/ExcelLayoutEngine.java
   /cvsroot/birt/source/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/AxisProcessor.java
-  Files Added:

Ian Liu
Inetsoft Technology
ianl@xxxxxxxxxxxx




_______________________________________________ birt-dev mailing list birt-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/birt-dev

Back to the top