-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this memory leak? #6133
Comments
What happens if you add a |
Reproduced the same result on my machine, It's likely to be a memory leak. |
This memory leak is also observed if we switch the The problem with |
… to avoid memory leak (#6256) Issue: #6133 Co-authored-by: Yi Xu <[email protected]>
…6278) Issue: #6133 ### Brief Summary Co-authored-by: Yi Xu <[email protected]>
Describe the bug
Data-oriented class with python objects may cause memory leak.
To Reproduce
Log/Screenshots
Additional comments
Data-oriented class with only numpy objects is fine.
Output:
The text was updated successfully, but these errors were encountered: