-
Notifications
You must be signed in to change notification settings - Fork 71
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
Exception after +/- 12hours of loop the same local file using set_position. #61
Comments
Hi, thanks for the report. Could you elaborate on what you mean by
I'm not sure I understand what the issue is? |
What are you hoping to achieve by calling this, and does it achieve it? |
What commit or version of |
Thanks for the reply, The version is 0.1.0 I left it running this weekend with a 2 second loop, same thing, after 13 hours same error (without 'sudo /sbin/sysctl vm.drop_caches=3'). |
Hey @JohnDoeMan, why does it matter if the cache becomes full? If the references die then they can just be replaced by a live reference. Since you say the problem occurs regardless I'm going to ignore that line RE the issue. How long is your video? I see you're running free, what does |
Closing. |
Issue Report
Description
Error message:
I have python code looping a video between the position 27 seconds and 34 and when a input is detected it goes to second 0 and proceeds from there. So it's a infinite loop in the same file, i just manage the loop using set_position in order to mate a seamless loop between "2 videos" using the same vídeo.
One of the problems was the memory "infinite increase", i solved that by using
/sbin/sysctl vm.drop_cache=3
to clean the cache on every iteration.Problem reproduction
Environment details
The text was updated successfully, but these errors were encountered: