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 271922 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-15 08:19 UTC by i.krumov
Modified: 2017-12-15 08:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 231181


Attachments
stacktrace (289 bytes, text/plain)
2017-12-15 08:20 UTC, i.krumov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description i.krumov 2017-12-15 08:19:34 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.151-b12, Java(TM) SE Runtime Environment, 1.8.0_151-b12
OS: Mac OS X

User Comments:
i.krumov: Netbeans 7.3 seems to have a memory leak. After some period of development it runs out of memory (I sometimes have to restart it multiple times a day). If I leave a Maven Web application running on Tomcat during the night, in the morning I still have to restart Netbeans




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.net.SocketInputStream.read(SocketInputStream.java:223)
   at com.sun.tools.jdi.SocketConnection.readPacket(SocketConnection.java:412)
   at com.sun.tools.jdi.TargetVM.run(TargetVM.java:118)
   at java.lang.Thread.run(Thread.java:748)
Comment 1 i.krumov 2017-12-15 08:20:28 UTC
Created attachment 165572 [details]
stacktrace