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 244543

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: peter-nb
Component: NodesAssignee: Jan Peska <JPESKA>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208964
Attachments: stacktrace

Description peter-nb 2014-05-16 10:49:09 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Linux

User Comments:
peter-nb: trying to remove many log files from directory

GUEST: I marked about 100 files in the app because I wanted to send them to the FTP and the program is completely suspended. (I5 12 GB RAM WIN 7 64bit)




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 peter-nb 2014-05-16 10:49:11 UTC
Created attachment 147299 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-03-06 14:00:23 UTC

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