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

[Bug] Clean processes after download finish #516

Open
3 tasks
magixus opened this issue Dec 4, 2024 · 0 comments
Open
3 tasks

[Bug] Clean processes after download finish #516

magixus opened this issue Dec 4, 2024 · 0 comments

Comments

@magixus
Copy link

magixus commented Dec 4, 2024

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:

  • Add videos to download in /media/ex_nvr (not in /tmp)
  • Better error handling when system is full
  • Be able at least to restart EX_nvr from UI as a workaround

Workaround

In order to fix the above without hurting the system, a restart will kill all orphans processes.

sudo service ex_nvr restart

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