You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: