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 not releasing issue #24

Open
Ahmetnasri opened this issue Jan 18, 2024 · 2 comments
Open

Memory not releasing issue #24

Ahmetnasri opened this issue Jan 18, 2024 · 2 comments

Comments

@Ahmetnasri
Copy link

Hi,
I noticed while using GlueStick that the memory usage is always increasing if I do recursive inferences, for example after running 100 times the memory is getting completely full and the program is being killed.
Any ideas about this issue?
Thanks

@junwei0812
Copy link

Me too, Have you solved this problem?

@junwei0812
Copy link

Hi, I noticed while using GlueStick that the memory usage is always increasing if I do recursive inferences, for example after running 100 times the memory is getting completely full and the program is being killed. Any ideas about this issue? Thanks

Hi, I think I have find a possible solution. I use memory_profiler to analysis memory usage, and find that the problem is in pytlsd package. In pip, the pytlsd version still remain in v0.0.2, but the offical repo has update to v0.0.5. I tried install it with the latest version 0.0.5, and fixed it. You can try. Here is the repo url: https://github.com/iago-suarez/pytlsd/tree/v0.0.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants