Skip to content
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

Memory usage increases with repeated runs #2

Open
JeffreyMinucci opened this issue Jul 23, 2024 · 0 comments
Open

Memory usage increases with repeated runs #2

JeffreyMinucci opened this issue Jul 23, 2024 · 0 comments
Assignees
Labels
BeePop+ Issues related to the underlying BeePop+ model bug Something isn't working

Comments

@JeffreyMinucci
Copy link
Collaborator

When doing repeated runs, memory use by the thread slowly increases, suggesting a memory leak. Currently if performing many thousands of runs it is recommended to restart the python process periodically to avoid running out of memory.

Most likely, BeePop+ needs to implement a function to properly free memory allocated to objects passed from the wrapper to the c++ interface.

@JeffreyMinucci JeffreyMinucci added the bug Something isn't working label Jul 23, 2024
@JeffreyMinucci JeffreyMinucci self-assigned this Jul 23, 2024
@JeffreyMinucci JeffreyMinucci added the BeePop+ Issues related to the underlying BeePop+ model label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BeePop+ Issues related to the underlying BeePop+ model bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant