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 244560 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 238755
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-17 06:22 UTC by Exceptions Reporter
Modified: 2014-05-17 06:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209764


Attachments
stacktrace (326 bytes, text/plain)
2014-05-17 06:22 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-05-17 06:22:10 UTC
This issue was reported manually by thurka.
It already has 1 duplicates 


Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Mac OS X

User Comments:
GUEST: only started




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.concurrent.locks.ReentrantLock$Sync.newCondition(ReentrantLock.java:172)
   at java.util.concurrent.locks.ReentrantLock.newCondition(ReentrantLock.java:503)
   at javax.swing.TimerQueue.run(TimerQueue.java:192)
   at java.lang.Thread.run(Thread.java:744)
Comment 1 Exceptions Reporter 2014-05-17 06:22:15 UTC
Created attachment 147316 [details]
stacktrace
Comment 2 Tomas Hurka 2014-05-17 06:28:03 UTC
Retained size of 2200 instances of org.apache.lucene.store.RAMFile is 450M. It looks like duplicate of issue #238755.

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