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

Possible memory leak #145

Open
pnthai88 opened this issue Jul 10, 2024 · 0 comments
Open

Possible memory leak #145

pnthai88 opened this issue Jul 10, 2024 · 0 comments

Comments

@pnthai88
Copy link

I followed #51 and did reinstall Cython

pip uninstall cython
pip cache purge
pip install cython

Here is the 3.9.10 nogil from main branch, memory keep growing. I used gc.collect()

23-10-36.mp4

The same built from original version but with 3.11 official. Memory is very stable

23-07-28.mp4

My program quite simple. It fetch frame from FFMPEG, do some opencv preprocessing like resize, b64encode and send it to another server app.

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

1 participant