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 257737 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED WONTFIX
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-28 14:18 UTC by dam660
Modified: 2016-06-21 14:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222281


Attachments
stacktrace (1.47 KB, text/plain)
2016-01-28 14:19 UTC, dam660
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dam660 2016-01-28 14:18:59 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: Linux

User Comments:
dam660: Netbeans Freezes again and again...




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.ArrayList.subList(ArrayList.java:997)
   at org.netbeans.modules.php.dbgp.models.nodes.AbstractVariableNode.getChildren(AbstractVariableNode.java:101)
   at org.netbeans.modules.php.dbgp.models.VariablesModel.updateVariable(VariablesModel.java:332)
   at org.netbeans.modules.php.dbgp.models.VariablesModel.updateVariable(VariablesModel.java:333)
   at org.netbeans.modules.php.dbgp.models.VariablesModel.updateVariable(VariablesModel.java:333)
   at org.netbeans.modules.php.dbgp.models.VariablesModel.updateVariable(VariablesModel.java:333)
Comment 1 dam660 2016-01-28 14:19:00 UTC
Created attachment 158268 [details]
stacktrace
Comment 2 Tomas Mysik 2016-06-21 14:34:21 UTC
There is a huge array from Xdebug; please run NB from command line with increased Xmx parameter to e.g. 1.5 GB [1], it should help.

Thanks.
[1] -J-Xmx1500m