-
Notifications
You must be signed in to change notification settings - Fork 91
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 #27
Comments
Can you elaborate on this? What is configuration do you have? Can you simplify the configuration and find a minimum config that eats the memory. |
Hi @arut,
Then I've run it with valgrind and massif:
According to massif there's seems to be an issue with memory allocated by the I've pushed a ts stream to nginx with the following command:
I'm attaching nginx.conf and a couple of massif logs (massif.out.28 was produced without the ffmpeg Any help would be appreciated. |
After looking into nginx code I think the problem is with chain links in rb->bufs which should be freed before setting rb->bufs = NULL as follows:
|
i have same issue |
Did it fix the issue for you @utu2016 ? I'm also seeing crazy RAM usage. |
news? |
Any news ? |
Is it freed after stream end? Is it specific to HLS or DASH? |
I'm using this module and I see that the nginx process is eating memory without stop. ¿any idea how to debug this problem?
Thank you ;)
The text was updated successfully, but these errors were encountered: