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 252856 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED WORKSFORME
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-07 10:11 UTC by galerien
Modified: 2016-06-22 07:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217781


Attachments
stacktrace (1.41 KB, text/plain)
2015-06-07 10:11 UTC, galerien
Details

Note You need to log in before you can comment on or make changes to this bug.
Description galerien 2015-06-07 10:11:53 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows 8

User Comments:
galerien: Debugging a SQL request




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.php.dbgp.models.nodes.AbstractVariableNode.getChildren(AbstractVariableNode.java:102)
   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)
   at org.netbeans.modules.php.dbgp.models.VariablesModel.updateProperty(VariablesModel.java:310)
Comment 1 galerien 2015-06-07 10:11:56 UTC
Created attachment 154090 [details]
stacktrace
Comment 2 Tomas Mysik 2016-06-22 07:47:14 UTC
Xdebug sends a lot of data, please increase Xmx parameter.

Thanks.