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 271471

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

Description volodost 2017-09-13 16:20:41 UTC
Build: NetBeans IDE 8.2 (Build 201609270201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
GUEST: dsfsf

GUEST: nothing

volodost: I am trying to parse a big project and it fails even with -J-XX:MaxPermSize=10000M.
Memory usage showed only 6G is used of 16G available on my machine.
Seems MaxPermSize does not work.

GUEST: .

GUEST: Internal Netbeeans issue




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.HashMap.newNode(HashMap.java:1742)
   at java.util.HashMap.putVal(HashMap.java:630)
   at java.util.HashMap.put(HashMap.java:611)
   at java.util.HashSet.add(HashSet.java:219)
   at org.openide.util.RequestProcessor.enqueue(RequestProcessor.java:612)
   at org.openide.util.RequestProcessor$TickTac.run(RequestProcessor.java:2260)
Comment 1 volodost 2017-09-13 16:20:45 UTC
Created attachment 165125 [details]
stacktrace