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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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