We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When we download videos, processes that hold video files are still running in the system.
At some point the file system will reach 100% disk usage and no longer be able to allow any IO ops.
Therefore, a cleaning mechanism is need to free space after downloads
Couple of suggestions:
In order to fix the above without hurting the system, a restart will kill all orphans processes.
sudo service ex_nvr restart
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
When we download videos, processes that hold video files are still running in the system.
At some point the file system will reach 100% disk usage and no longer be able to allow any IO ops.
Therefore, a cleaning mechanism is need to free space after downloads
Couple of suggestions:
Workaround
In order to fix the above without hurting the system, a restart will kill all orphans processes.
sudo service ex_nvr restart
The text was updated successfully, but these errors were encountered: