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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 250817
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-16 10:49 UTC by peter-nb
Modified: 2015-03-06 14:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208964


Attachments
stacktrace (2.74 KB, text/plain)
2014-05-16 10:49 UTC, peter-nb
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***