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

Threaded-Image-Download Memory Optimization #14

Open
SamsonSmithC opened this issue Aug 26, 2022 · 0 comments
Open

Threaded-Image-Download Memory Optimization #14

SamsonSmithC opened this issue Aug 26, 2022 · 0 comments
Labels
async Involves asynchronous communication bug Something isn't working enhancement New feature or request

Comments

@SamsonSmithC
Copy link
Collaborator

Image download speed has significantly improved with the use of worker threads, however the way they are currently written trades a large amount of memory overhead for the speed improvement. When attempting to download both RAW and JPEG files from all 120 cameras this overhead can grow large enough to exceed the servers heap allocation.

Some improvements to this system have already been made to reduce this issue, but further optimizations are worth looking in to.

@SamsonSmithC SamsonSmithC added bug Something isn't working enhancement New feature or request async Involves asynchronous communication labels Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
async Involves asynchronous communication bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant