Open
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | yes/no |
RFC? | yes/no |
Version/Branch | 0.13 |
Hi,
I'm still working on GraphQLBundle update from 0.11 to 0.13 on our big app at work, but I detected a memory issue while running our Behat suite tests.
It does not affect 0.11 and 0.12.
I've recorded htop
output while running behat:
- 0.11, the VM used memory stays under 600 MB: https://streamable.com/sjrgq0
- 0.13, the memory increase quickly to ~2 GB, and makes PHP crash: https://streamable.com/qmcnfx
Do you have an idea of what can happens?
Thanks!