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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: editor Reporter: acmwallace
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 212407
Attachments: stacktrace

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