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 250874 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-03 17:16 UTC by Exceptions Reporter
Modified: 2015-03-11 15:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215800


Attachments
stacktrace (476 bytes, text/plain)
2015-03-03 17:16 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-03-03 17:16:50 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: OpenJDK Server VM, 25.31-b07, OpenJDK Runtime Environment, 1.8.0_31-b13
OS: Linux

User Comments:
GUEST: running netbeans.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:3181)
   at java.util.ArrayList.toArray(ArrayList.java:376)
   at java.util.ArrayList.addAll(ArrayList.java:577)
   at org.netbeans.modules.cnd.makeproject.ui.LogicalFolderNode$FileAnnotationUpdater.run(LogicalFolderNode.java:191)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 Exceptions Reporter 2015-03-03 17:16:52 UTC
Created attachment 152377 [details]
stacktrace
Comment 2 Alexander Simon 2015-03-11 15:07:31 UTC
Project is too big for allocated heap memory.
To resolve problem provide Java more heap memory (or exclude from project root unneeded files).