Why does clear() not release memory? #9477
Unanswered
ghost
asked this question in
Support Questions
Replies: 1 comment 4 replies
-
BTW: Your ORM version is outdated and should be updated. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unit of work has been cleared. No more references to entities (right?). Tested also with env=prod. Can anybody help?
Memory release happens for other objects when using unset(), overriding variable that holds a reference or when exiting a scope.
Doctrine 2.5.12.
Beta Was this translation helpful? Give feedback.
All reactions