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 267580 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 253331
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-15 02:19 UTC by paulcsf
Modified: 2016-08-16 09:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225763


Attachments
stacktrace (1.19 KB, text/plain)
2016-08-15 02:20 UTC, paulcsf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description paulcsf 2016-08-15 02:19:58 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
paulcsf: Reference issue/report 251260, 250620, 256063, 225747 for the same problem.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at javax.swing.Timer$DoPostEvent.run(Timer.java:245)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:709)
   at java.awt.EventQueue$3.run(EventQueue.java:703)
Comment 1 paulcsf 2016-08-15 02:20:00 UTC
Created attachment 161662 [details]
stacktrace
Comment 2 Tomas Hurka 2016-08-15 09:14:58 UTC
There is a lot of php documents in the heap dump. Retained size of 11 instances of org.netbeans.modules.php.editor.parser.PHPParseResult is 95,898,914 bytes (23%)
Comment 3 Tomas Mysik 2016-08-16 09:08:22 UTC
Please update you desktop icon (and Start menu item) for NetBeans to point to
the netbeans64.exe and not netbeans.exe, this should help.

Thanks for reporting.

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