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 270026 - 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-03-09 01:36 UTC by Exceptions Reporter
Modified: 2017-03-09 01:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228333


Attachments
stacktrace (2.74 KB, text/plain)
2017-03-09 01:36 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-03-09 01:36:47 UTC
This bug was originally marked as duplicate of bug 250817, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
GUEST: I have selected 130 files, and NetBeans became so slow that I need to close. It was consuming 800mb of my memory.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.TreeMap.put(TreeMap.java:577)
   at java.util.TreeSet.add(TreeSet.java:255)
   at org.openide.util.lookup.AbstractLookup$R.initItems(AbstractLookup.java:1167)
   at org.openide.util.lookup.AbstractLookup$R.allItemsWithoutBeforeLookup(AbstractLookup.java:1124)
   at org.openide.util.lookup.AbstractLookup$R.allItems(AbstractLookup.java:1108)
   at org.openide.util.lookup.AbstractLookup$R.allItems(AbstractLookup.java:1101)
Comment 1 Exceptions Reporter 2017-03-09 01:36:49 UTC
Created attachment 163801 [details]
stacktrace