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 262310 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-02 13:11 UTC by allisoncTimeless
Modified: 2016-07-18 13:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205225


Attachments
stacktrace (2.28 KB, text/plain)
2016-06-02 13:11 UTC, allisoncTimeless
Details

Note You need to log in before you can comment on or make changes to this bug.
Description allisoncTimeless 2016-06-02 13:11:26 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
GUEST: I was typing, it became sluggish

allisoncTimeless: not sure




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Properties$LineReader.<init>(Properties.java:405)
   at java.util.Properties.load(Properties.java:341)
   at org.openide.util.NbBundle.loadBundle(NbBundle.java:567)
   at org.openide.util.NbBundle.getBundleFast(NbBundle.java:520)
   at org.openide.util.NbBundle.getBundle(NbBundle.java:446)
   at org.openide.util.NbBundle.getBundle(NbBundle.java:399)
Comment 1 allisoncTimeless 2016-06-02 13:11:27 UTC
Created attachment 159946 [details]
stacktrace
Comment 2 Milutin Kristofic 2016-07-18 13:06:05 UTC
Heapdump 819463 from 8.1 build, has 30 mb file generated by jsDocumentationPrinter. It is probably fixed by recent changes in javascript, but I am sending it to javascript module for evaluation.