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 242512 - java.lang.OutOfMemoryError: Java heap space
Summary: java.lang.OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 242540
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-03 12:09 UTC by achirizzi
Modified: 2014-03-07 08:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the log from netbeans (328.18 KB, text/plain)
2014-03-03 12:09 UTC, achirizzi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description achirizzi 2014-03-03 12:09:32 UTC
Created attachment 145718 [details]
the log from netbeans

I've raised the amount of memory available to NetBeans, but I still get the error.
The ide becomes very slow and then the message appears. It disappears after 60 seconds!
SEVERE [org.openide.util.RequestProcessor]
java.lang.OutOfMemoryError: Java heap space
	at java.util.Arrays.copyOfRange(Arrays.java:2694)
	at java.lang.String.<init>(String.java:203)
	at java.lang.String.substring(String.java:1877)
	at org.netbeans.modules.tasklist.impl.TaskIndexer.decode(TaskIndexer.java:218)
	at org.netbeans.modules.tasklist.impl.Loader.loadTasks(Loader.java:142)
	at org.netbeans.modules.tasklist.impl.Loader.run(Loader.java:92)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2042)


Please find attached the message.log file.
Comment 1 Tomas Hurka 2014-03-07 08:38:47 UTC

*** This bug has been marked as a duplicate of bug 242540 ***