mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Using composite key that points to the same entity class leads to memory leaks during flush #7397
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @smilesrg on GitHub (Jul 17, 2024).
Bug Report
Summary
Using composite key that points to the same entity class leads to the memory leaks during flush
How to reproduce
There are two given entities, persisting
Rate()then flushing leads to theFatal error: Allowed memory size of...error@smilesrg commented on GitHub (Jul 17, 2024):
Closing as invalid