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 239349 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 237836
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@web
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-11 09:39 UTC by Exceptions Reporter
Modified: 2014-02-17 13:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205929


Attachments
stacktrace (2.08 KB, text/plain)
2013-12-11 09:40 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-12-11 09:39:58 UTC
This bug was originally marked as duplicate of bug 232547, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
GUEST: after cancelling the dialog "Report Problem" two netbeans processes were running with about 1gb ram allocated




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Hashtable.rehash(Hashtable.java:0)
   at java.util.Hashtable.put(Hashtable.java:0)
   at java.util.Properties.load0(Properties.java:0)
   at java.util.Properties.load(Properties.java:0)
   at org.openide.util.NbBundle.loadBundle(NbBundle.java:567)
   at org.openide.util.NbBundle.getBundleFast(NbBundle.java:520)
Comment 1 Exceptions Reporter 2013-12-11 09:40:00 UTC
Created attachment 143047 [details]
stacktrace
Comment 2 Jaroslav Havlin 2013-12-12 08:42:10 UTC
The biggest object is org.apache.lucene.store.RAMFile#13 (143 MB).
Other big objects are from packages nu.validator.*.
It seems to be related to HTML validation.
Maybe it's not a bug, but the -J-Xmx needs to be increased.

Reassigning to web/HTML Editor. Please evaluate it, thank you.
Comment 3 Marek Fukala 2014-02-17 13:42:58 UTC
According to "The biggest object is org.apache.lucene.store.RAMFile#13 (143 MB)." it seems the same problem as in issue 237836

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