mikeyaworski / Utility-Discord-Bot

A Discord utility bot
7 stars 33 forks source link

[Player] Reduce memory usage for long videos #86

Open mikeyaworski opened 4 months ago

mikeyaworski commented 4 months ago

Playing long audio such as https://www.youtube.com/watch?v=yIQd2Ya0Ziw will cause the bot to accumulate memory usage through the entire duration of the audio. Once the player is fully done with the audio resource, all of the memory will be freed up. But it's unnecessary for all of that memory to remain consumed while the video is playing since it's being streamed and rewinding is supported.

image

mikeyaworski commented 4 months ago

This process was leaked for days as well

image