View Issue Details

IDProjectCategoryView StatusLast Update
0001281XdebugUncategorizedpublic2016-03-04 15:43
ReporterShiny Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Summary0001281: when set code_coverage_branch_chec, memory exhausted
Description

I used phpunit.phar to get code coverage data. But when I set code_coverage_branch_check, it required more than 900Mb memory.....

TagsNo tags attached.
Operating System
PHP Version5.6.15-5.6.19

Activities

derick

2016-03-04 15:43

administrator   ~0003546

Doing branch/patch coverage takes a lot of processing time and memory, as it needs to do a lot of work. I'm not sure if I can do anything about this.

Sebastian asked for a feature already, to make sure that less work needs to be done by PHPUnit: https://bugs.xdebug.org/view.php?id=1144 — that's going to make it into the 2.5 versions.