-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
FFmpeg占用内存过高,释放不及时 #380
Comments
请问你用的是什么版本?最新的1.1.9吗? |
噢噢,我还用着1.1.5的版本,我拉一下最新的代码试试 |
拉了最新的代码还是存在内存释放不了的情况,我参考了Zulko/moviepy#823 手动del,发现这样可能可以更快的释放出ffmpeg占用的内存 @harry0703 |
请教您都改了哪些代码? |
同样请教是修改了哪些代码,释放了内存 @fsqinghuayu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
连续调用/videos的情况下,FFmpeg 释放会不及时,导致内存占用越来越高,最后OOM重启
The text was updated successfully, but these errors were encountered: