View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001281 | Xdebug | Uncategorized | public | 2016-03-04 08:41 | 2016-03-04 15:43 |
| Reporter | Shiny | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | no change required | ||
| Summary | 0001281: 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..... | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.6.15-5.6.19 | ||||
|
|
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. |