Threaded-Image-Download Memory Optimization #14
Labels
async
Involves asynchronous communication
bug
Something isn't working
enhancement
New feature or request
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.
The text was updated successfully, but these errors were encountered: