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] OOM Killed #3

Open
lawliet89 opened this issue May 16, 2024 · 0 comments
Open

[Bug] OOM Killed #3

lawliet89 opened this issue May 16, 2024 · 0 comments

Comments

@lawliet89
Copy link

I noticed that when the tool tries to download one whole day of continuous footage (daily) from a 4K camera, it takes a long time and eventually it gets "Killed". The output file was zero bytes.

I haven't confirmed this with the code, but it seems like the whole file content is buffered in memory before writing to the filesystem.

The tool should stream from the URL to the final file instead of buffering into memory.

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