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 270884 - 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.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-15 03:46 UTC by Exceptions Reporter
Modified: 2017-06-19 08:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229466


Attachments
stacktrace (3.04 KB, text/plain)
2017-06-15 03:46 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-06-15 03:46:38 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.73-b02, Java(TM) SE Runtime Environment, 1.8.0_73-b02
OS: Linux

User Comments:
GUEST: in the projects pane:
	right click on <some_project> -> properties




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.cnd.makeproject.api.configurations.BasicCompilerConfiguration.<init>(BasicCompilerConfiguration.java:123)
   at org.netbeans.modules.cnd.makeproject.api.configurations.CCCCompilerConfiguration.<init>(CCCCompilerConfiguration.java:114)
   at org.netbeans.modules.cnd.makeproject.api.configurations.CCompilerConfiguration.<init>(CCompilerConfiguration.java:86)
   at org.netbeans.modules.cnd.makeproject.api.configurations.CCompilerConfiguration.clone(CCompilerConfiguration.java:150)
   at org.netbeans.modules.cnd.makeproject.api.configurations.ItemConfiguration.clone(ItemConfiguration.java:504)
   at org.netbeans.modules.cnd.makeproject.api.configurations.ItemConfiguration.clone(ItemConfiguration.java:74)
Comment 1 Exceptions Reporter 2017-06-15 03:46:40 UTC
Created attachment 164543 [details]
stacktrace
Comment 2 Alexander Simon 2017-06-19 08:30:35 UTC
I'd suggest to:
- Increase Java heap size (for example by option -J-Xmx3g).
- Use NetBeans 8.2.