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 271653

Summary: OutOfMemoryError: Java heap space
Product: platform Reporter: uchephilz
Component: Module SystemAssignee: Tomas Hurka <thurka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227676
Attachments: stacktrace

Description uchephilz 2017-10-16 17:54:04 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Windows 10

User Comments:
GUEST: So slow :(

GUEST: starting up netbeans

uchephilz: I was playing a game on my pc, then the the game unexpectedly closed, then I wanted to open netbeans, but it closed also.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:3332)
   at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
   at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:596)
   at java.lang.StringBuffer.append(StringBuffer.java:367)
   at java.io.BufferedReader.readLine(BufferedReader.java:370)
   at java.io.BufferedReader.readLine(BufferedReader.java:389)
Comment 1 uchephilz 2017-10-16 17:54:06 UTC
Created attachment 165299 [details]
stacktrace