Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
Symfony version | 3.4.4 |
Hello guys,
after updating from 3.4.3 to 3.4.4 we noticed a 10x increase in memory usage when running our testsuite. To analyze the issue, we profiled both execution (3.4.3 and 3.4.4) with blackfire (see links below). Looking at the comparison of both runs we had the idea to revert #25835. Running blackfire again shows a decreased memory consumption.
The cache was cleared prior to each run.
If you need further information let me know. Unfortunately I can not share the code base.
3.4.4: https://blackfire.io/profiles/22ed34e8-9827-48ef-8ed4-7eaf9a6218c5/graph
3.4.3: https://blackfire.io/profiles/eacbfc2d-6592-4003-9d16-6c967286d36e/graph
3.4.4 with reverted #25835: https://blackfire.io/profiles/df3e9f4a-d28c-4a4e-8cf9-ea48a1659328/graph
Comparisons:
3.4.3 -> 3.4.4
3.4.4 -> 3.4.4 w/o 25835