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 269122 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-25 19:08 UTC by Fremen
Modified: 2016-11-27 09:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227310


Attachments
stacktrace (1.80 KB, text/plain)
2016-11-25 19:08 UTC, Fremen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fremen 2016-11-25 19:08:41 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 7

User Comments:
Fremen: Create a project from an existing development structure that contain a lot of files.
I'm developing on an embedded Linux with Linux underneath.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:3181)
   at java.util.ArrayList.toArray(ArrayList.java:376)
   at java.util.ArrayList.<init>(ArrayList.java:177)
   at org.netbeans.modules.cnd.makeproject.api.configurations.Folder.getElements(Folder.java:564)
   at org.netbeans.modules.cnd.makeproject.api.configurations.Folder.getAllFolders(Folder.java:1350)
   at org.netbeans.modules.cnd.makeproject.api.configurations.Folder.getAllFolders(Folder.java:1357)
Comment 1 Fremen 2016-11-25 19:08:42 UTC
Created attachment 163030 [details]
stacktrace
Comment 2 Alexander Simon 2016-11-27 09:34:56 UTC
Increase Java heap memory (for example by option -J-Xmx2g).