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 251189 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-15 16:12 UTC by Exceptions Reporter
Modified: 2015-08-14 13:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216126


Attachments
stacktrace (772 bytes, text/plain)
2015-03-15 16:12 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-15 16:12:41 UTC
This bug was originally marked as duplicate of bug 205437, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 8

User Comments:
GUEST: i was just working on a project of mine and sending some commands through a socket.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at org.netbeans.core.output2.HeapStorage.write(HeapStorage.java:89)
   at org.netbeans.core.output2.OutWriter.write(OutWriter.java:186)
   at org.netbeans.core.output2.OutWriter.doWrite(OutWriter.java:513)
   at org.netbeans.core.output2.OutWriter.print(OutWriter.java:593)
   at org.netbeans.core.output2.ErrWriter.print(ErrWriter.java:211)
   at org.netbeans.core.output2.ErrWriter.write(ErrWriter.java:125)
Comment 1 Exceptions Reporter 2015-03-15 16:12:44 UTC
Created attachment 152627 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-08-14 13:52:52 UTC
Heap size is too small (-Xmx304m) for running the IDE (plus using HeapStorage for Output Window - running on Windows 95).
Please see http://wiki.netbeans.org/FaqSettingHeapSize.
(Skipping older reports).

Thank you for reporting.