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 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-13 16:20 UTC by volodost
Modified: 2017-09-13 16:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217482


Attachments
stacktrace (391 bytes, text/plain)
2017-09-13 16:20 UTC, volodost
Details

Note You need to log in before you can comment on or make changes to this bug.
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