[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[birt-dev] [CheckIn] Fix 209905 OutOfMemoryError was detected when rendering large excel report
|
- 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
Attachment:
man_002.gif
Description: GIF image