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

Summary: OutOfMemoryError: Java heap space
Product: ide Reporter: i.krumov
Component: PerformanceAssignee: Tomas Hurka <thurka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 231181
Attachments: stacktrace

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