Bug 345983 - Report with crosstab runs out of memory
Summary: Report with crosstab runs out of memory
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Birt-ReportEngine-inbox@eclipse.org CLA
QA Contact: Xiaoying Gu CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-16 12:53 EDT by Steve Schafer CLA
Modified: 2011-05-18 05:29 EDT (History)
1 user (show)

See Also:


Attachments
Small report that illustrates the problem (14.83 KB, application/octet-stream)
2011-05-16 12:55 EDT, Steve Schafer CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Schafer CLA 2011-05-16 12:53:48 EDT
Build Identifier: M20100211-1343

This may be a bug.  Initially it's a question:  Should a crosstab control be able to handle any amount of data?  I've included a simple report with a scripted dataset that feeds a crosstab and parameters to determine the number of rows and columns.  It's easy to get a OutOfMemory exception by setting the rows and columns high enough.  In my test I used 3000 columns and 150 rows.  I'm using a small tester program that uses RunTask only.  -Xmx=1024m, -XX:MaxPermSize=256m. 

Reproducible: Always

Steps to Reproduce:
Run the attached report using IRunTask with Rows=150 and Columns=3000.  In my test it runs out of memory after 183000 cells.
Comment 1 Steve Schafer CLA 2011-05-16 12:55:32 EDT
Created attachment 195761 [details]
Small report that illustrates the problem