This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 241259

Summary: OutOfMemoryError: Java heap space
Product: web Reporter: daviunx
Component: CSS Visual ToolsAssignee: issues@web <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 207190
Attachments: stacktrace

Description daviunx 2014-02-01 12:49:30 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
daviunx: Netbeans uses a lot of RAM.  Don't worry, Netbeans is over!




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.lang.Class.getDeclaredMethods0(Class.java:0)
   at java.lang.Class.privateGetDeclaredMethods(Class.java:2521)
   at java.lang.Class.getMethod0(Class.java:2764)
   at java.lang.Class.isCheckMemberAccessOverridden(Class.java:2204)
   at java.lang.Class.checkMemberAccess(Class.java:2223)
   at java.lang.Class.newInstance(Class.java:330)
Comment 1 daviunx 2014-02-01 12:49:31 UTC
Created attachment 144664 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-02-03 07:56:02 UTC
There are almost 3 million instances of class org.netbeans.modules.css.lib.RuleNode in the heap dump. Their retained size is 441 MB.
Reassigning to web/CSS Visual Tools. Please evaluate, thanks.
Comment 3 Jan Becicka 2014-04-25 11:45:17 UTC

*** This bug has been marked as a duplicate of bug 238864 ***