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 269854 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-17 16:45 UTC by pdepradoVAI
Modified: 2017-02-17 16:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228096


Attachments
stacktrace (763 bytes, text/plain)
2017-02-17 16:45 UTC, pdepradoVAI
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pdepradoVAI 2017-02-17 16:45:40 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.73-b02, Java(TM) SE Runtime Environment, 1.8.0_73-b02
OS: Windows 7

User Comments:
pdepradoVAI: NetBeans CPU usage goes through the roof.
I have to kill the process in Windows Task Manager and restart it.
It also takes up 1.5 GB of my RAM, which is a red flag.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.LinkedList.addAll(LinkedList.java:424)
   at java.util.LinkedList.addAll(LinkedList.java:387)
   at java.util.LinkedList.<init>(LinkedList.java:119)
   at org.openide.nodes.AsynchChildren$1.add(AsynchChildren.java:183)
   at org.netbeans.api.db.explorer.node.ChildNodeFactory.createKeys(ChildNodeFactory.java:112)
   at org.openide.nodes.AsynchChildren.run(AsynchChildren.java:209)
Comment 1 pdepradoVAI 2017-02-17 16:45:42 UTC
Created attachment 163653 [details]
stacktrace