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

Problem of continuous memory growth #45

Open
jeffsonyu opened this issue Dec 18, 2024 · 1 comment
Open

Problem of continuous memory growth #45

jeffsonyu opened this issue Dec 18, 2024 · 1 comment

Comments

@jeffsonyu
Copy link

Hello! Really appreciate your wonderful work ! I'm currently using the same implementation on Issac Lab and AVP with streaming mode "image", and I found out that once the connection successfully established, with time increasing, the memory of my program increases and eventually causes the crash of my computer. Have you encountered any problem like this? I would like to share my code implementation but it consists of multiple files and classes, so I just came to ask first. Thank you !

@OhhTuRnz
Copy link

There is a warning for a memory leak, if I remember correctly when I was working with it. It is probably caused by the shared memory that acts as a channel for frame images. Maybe you need to flush that.

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