Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » GC overhead limit exceeded problem
GC overhead limit exceeded problem [message #949064] Thu, 18 October 2012 16:47 Go to next message
David Vinicz is currently offline David ViniczFriend
Messages: 13
Registered: July 2012
Junior Member
Hi,

I have some memory problems(GC overhead limit exceeded) when i generate reports with large datasets (200k records). With small amount of data it runs just fine. In my reports there are cubes represented in crosstables, both are generated with the DE API.
As I searched the forums and I tried out some of suggestions like changing the MaxPermSize to 256 or editing the DataEngine parameters to make it work but i had no luck. I tried these parameters (using RunAndRenderTask):
task.getAppContext().put(DataEngine.MEMORY_BUFFER_SIZE,2);
task.getAppContext().put(DataEngine.MEMORY_USAGE, DataEngine.MEMORY_USAGE_CONSERVATIVE);
task.getAppContext().put(DataEngine.MEMORY_DATA_SET_CACHE, 0); 
task.getAppContext().put(DataEngine.DATA_SET_CACHE_ROW_LIMIT, 100);
task.getAppContext().put(DataEngine.IN_MEMORY_CUBE_SIZE, 10);

I tried to achive that the engine should use the disk instead of memory, maybe i misunderstood these parameters.
Do you have any suggestion what else could I try?
Thanks for your help,

David
Re: GC overhead limit exceeded problem [message #949393 is a reply to message #949064] Fri, 19 October 2012 00:24 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Could you open a bugzilla for this? We like to get memory issues tracked.

Jason
Re: GC overhead limit exceeded problem [message #949737 is a reply to message #949393] Fri, 19 October 2012 08:38 Go to previous message
David Vinicz is currently offline David ViniczFriend
Messages: 13
Registered: July 2012
Junior Member
Hi Jason,

Thanks for the answer.I would create a bugzilla but unfortunately i cannot provide an example rptdesign because it contains too much company information and i dont have enough time at the moment to generate an example with the sample database. I hoped you could give me some general advice but then i will limit my datasets somehow for now and later on i will create an example and open a bugzilla.
Thanks again,

David
Previous Topic:[Chart] AutoScaling and y-Labels
Next Topic:Border for Table Detail columns
Goto Forum:
  


Current Time: Fri Apr 19 07:37:01 GMT 2024

Powered by FUDForum. Page generated in 0.01968 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top