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 238954 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 239570
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
: 239021 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-11-29 08:32 UTC by mschnide
Modified: 2014-02-24 18:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205664


Attachments
stacktrace (512 bytes, text/plain)
2013-11-29 08:32 UTC, mschnide
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mschnide 2013-11-29 08:32:50 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: OpenJDK 64-Bit Server VM, 23.7-b01, OpenJDK Runtime Environment, 1.7.0_25-b30
OS: Linux

User Comments:
mschnide: How could I prevent this error.
I would let ignoring a folder. In this folder there are to many generated documentation-files.
Netbeans could not handle this files.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.ArrayList.iterator(ArrayList.java:774)
   at org.netbeans.core.NbStatusDisplayer.remove(NbStatusDisplayer.java:162)
   at org.netbeans.core.NbStatusDisplayer.access$300(NbStatusDisplayer.java:62)
   at org.netbeans.core.NbStatusDisplayer$MessageImpl.run(NbStatusDisplayer.java:200)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2042)
Comment 1 mschnide 2013-11-29 08:32:51 UTC
Created attachment 142708 [details]
stacktrace
Comment 2 mschnide 2013-11-29 08:36:51 UTC
the issue 701119 is a duplicate.
netbeans parses a documentation-folder (files generated with apigen) and runs in a memory-error.
The error message could be very different ...
Comment 3 Antonin Nebuzelsky 2013-11-29 11:46:32 UTC
Ondro, please advise on ignoring the files.
Comment 4 Ondrej Vrabec 2013-11-29 13:22:05 UTC
Doesn't seem to be caused by subversion. Most of the memory is consumed by indexing-lucene: org.apache.lucene.store.RAMDirectory#13 consumes about 200MB. Subversion module treats your temp files as ignored.
Comment 5 Tomas Zezula 2014-02-24 16:44:36 UTC
*** Bug 239021 has been marked as a duplicate of this bug. ***
Comment 6 Tomas Zezula 2014-02-24 18:36:20 UTC

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