Memory Leak During Torrent Download.
nlanson opened this issue · 2 comments
nlanson commented
NodeJS Heap runs out of Memory sometime when running on auto. Often when flow contains multiple shows to download.
nlanson commented
This is an existing issue that has been prevailing with usage of WebTorrent library.
Could add a debug mode to track download, upload and memory usage in order to find patterns in Memory Leaks and prevent them.
nlanson commented
Status 3/2/21:
-> Added Memory Inspection System to view memory usage and identify where Heap is running out.
-> Automatic removal of unused event listeners.