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

apparent memory leak #15

Open
romerocesar opened this issue Jul 18, 2022 · 0 comments
Open

apparent memory leak #15

romerocesar opened this issue Jul 18, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@romerocesar
Copy link
Contributor

around the time of the failures to read frames documented in another issue, the total system memory use was up to 6gb on a jetson xavier running two streamlight containers. Restarting both streams dropped the total system memory use down to 1.5gb. Until that point, the containers had been running for just 2hrs, and they have run for much longer in the past.

things to investigate:

  • size of the frame queue from which the worker threads read frames. If this queue is not being drained quickly enough, we can just increase the number of workers which is currently set at one thread per requested FPS
  • does this occur as well with youtube streams? only observed in rtsp thus far
@romerocesar romerocesar added the bug Something isn't working label Jul 18, 2022
@romerocesar romerocesar self-assigned this Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant