Bug 516740 - OutOfMemory: CSSValue takes half of the available memory
Summary: OutOfMemory: CSSValue takes half of the available memory
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 4.6.0   Edit
Hardware: PC Windows 7
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Birt-ReportEngine-inbox@eclipse.org CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-16 11:34 EDT by Carlo Alberto Catarinicchia CLA
Modified: 2017-05-16 11:34 EDT (History)
0 users

See Also:


Attachments
Screenshot of the heapdump (5.37 KB, image/png)
2017-05-16 11:34 EDT, Carlo Alberto Catarinicchia CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carlo Alberto Catarinicchia CLA 2017-05-16 11:34:44 EDT
Created attachment 268378 [details]
Screenshot of the heapdump

Hello,

we are facing OutofMemory exception when running reports on several entries (~4k). From the heap dump we can see that half of the memory is taken by org.eclipse.birt.report.engine.css.dom.CSSValue. Basically we have a about 1M of StyleDeclaration and each instance has an empty array of CSSValue of size 61. 

I have attached a screenshot of the heapdump as the all file is 1.5GB.