Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
Symfony version | 3.2.0 |
After upgrade from Symfony 3.1 to Symfony 3.2, memory usage of our phpunit tests increased from ~170MB to 3GB!
I tracked this down to this PR #19656
When we set option php_errors['log'] to false, it decreased to normal level.
We are using lot of functional tests via Symfony\Bundle\FrameworkBundle\Test::createClient