Skip to content

StackOverflow when running large reports #1420

Closed Answered by hvbtup
Murilocb123 asked this question in Q&A
Discussion options

You must be logged in to vote

Probably your report was right below some memory limit with BIRT 4.4, and now you hit the limit.
It is perfectly normal that a new release of a software needs more (or less) memory than before.
For example, a newer release may have more properties for each item than the old release.
But as long as the new release doesn't need a lot more memory, there's hardly any reason to investigate the reasons further.

Keep in mind that for a giant cross tab, BIRT needs to keep all the layout items in memory.
You should perhaps re-think the choice of your report design.

Note that if your data source is an SQL database, you could use pure SQL with grouping and analytic functions for the heavy lifting,
r…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Murilocb123
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Murilocb123
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants