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 254914 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 249165
Alias: None
Product: ide
Classification: Unclassified
Component: Slowness Detector (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@performance
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-01 17:15 UTC by saden1
Modified: 2015-09-10 15:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219604


Attachments
stacktrace (749 bytes, text/plain)
2015-09-01 17:15 UTC, saden1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description saden1 2015-09-01 17:15:35 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
saden1: Left IDE alone while running tomcat remote debugging session




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.security.AccessController.getStackAccessControlContext(AccessController.java:0)
   at java.security.AccessController.getContext(AccessController.java:820)
   at java.lang.Thread.init(Thread.java:412)
   at java.lang.Thread.init(Thread.java:349)
   at java.lang.Thread.<init>(Thread.java:445)
   at java.util.TimerThread.<init>(TimerThread.java:499)
Comment 1 saden1 2015-09-01 17:15:38 UTC
Created attachment 155809 [details]
stacktrace
Comment 2 Tomas Hurka 2015-09-10 15:45:38 UTC
Retained size of java.util.ArrayList#166716 is 459,122,620 bytes. It is used by org.netbeans.modules.web.clientproject.libraries.CDNJSLibrariesProvider.readLibraries() method.

*** This bug has been marked as a duplicate of bug 249165 ***