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 258437 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-18 19:14 UTC by acmwallace
Modified: 2016-03-18 19:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212407


Attachments
stacktrace (2.94 KB, text/plain)
2016-03-18 19:14 UTC, acmwallace
Details

Note You need to log in before you can comment on or make changes to this bug.
Description acmwallace 2016-03-18 19:14:46 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Mac OS X

User Comments:
GUEST: I was trying to open a project in netbeans, and then it stopped responding for several minutes. Eventually I killed the program.

GUEST: slow with node projects

acmwallace: moving between files. I believe the core of the problem stems from NetBeans not liking really BIG files. Eclipse had similar issues, as I recall.

GUEST: <Please provide a description of the problem or the steps to reproduce>

GUEST: The ide works to slow when I load a big file (like a 4000 lines or more)




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:3181)
   at java.util.ArrayList.grow(ArrayList.java:261)
   at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
   at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
   at java.util.ArrayList.add(ArrayList.java:458)
   at org.apache.lucene.document.Document.add(Document.java:89)
Comment 1 acmwallace 2016-03-18 19:14:47 UTC
Created attachment 158921 [details]
stacktrace