-
Notifications
You must be signed in to change notification settings - Fork 14
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
Memory Leak #6
Comments
This is a leak within the threads |
This is a leak where songs are not being destroyed entirely properly |
This is an issue with Prism-media when tracks are set to have inline volume |
This will have a temporary fix in the next update where infinite threads spawn instead of having a set number based on cpu core count and having theoretically infinite uptime so long as queues are being added to keep the worker alive |
Partial fix in dd23c79 |
Totally fixed in 5dc49a4 |
There is a current memory leak I'm investigating. I believe queues are not being properly removed or destroyed. I'll be waiting for memory usage to go high and then take a heapdump to find the issue
The text was updated successfully, but these errors were encountered: