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 246634 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-22 09:05 UTC by satory
Modified: 2016-07-07 07:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211380


Attachments
stacktrace (305 bytes, text/plain)
2014-08-22 09:05 UTC, satory
Details

Note You need to log in before you can comment on or make changes to this bug.
Description satory 2014-08-22 09:05:08 UTC
Build: NetBeans IDE 8.0.1 (Build 201408142300)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Linux

User Comments:
satory: Working with numerous XML files 1MB to 3/4MB in size




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.Long.valueOf(Long.java:840)
   at sun.awt.X11.XToolkit.windowToXWindow(XToolkit.java:362)
   at sun.awt.X11.XToolkit.run(XToolkit.java:584)
   at sun.awt.X11.XToolkit.run(XToolkit.java:525)
   at java.lang.Thread.run(Thread.java:745)
Comment 1 satory 2014-08-22 09:05:09 UTC
Created attachment 148837 [details]
stacktrace
Comment 2 Tomas Hurka 2014-08-29 11:19:35 UTC
There is a lot of instance from org.netbeans.edior.** packages, but nothing is wrong there at the first sight. Reassigning to editor to find out if there a way to improve memory efficiency of editor.
Comment 3 Martin Balin 2016-07-07 07:32:13 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss