-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add to Playlist Dialog memory leak #817
Comments
I'm unable to reproduce this issue Can you describe the exact steps? Including login |
It appears to get worse with larger playlists, after further examination. |
Same symptoms as #659 but in latest version. |
I'm also having the same issues as #659 in the 3.2.0 version. CPU gets to 94% usage over time, and i don't even have that many playlists or songs, around a 100 |
Just as same as #820. The dialog is causing this issue |
Yes. Same as that too. It seems like there are memory leaks everywhere within the application. Add to Playlist works sometimes, same with loading a playlist. It seems the whole GUI has a chance of becoming frozen |
Just because one part has an accidental memory leak doesn't mean the entire app has memory leaks everywhere. While loading a playlist, if the playlist is huge it takes time to load, thus shows the placeholders which indicate it's loading something. This doesn't mean it has memory leaks. First learn what a memory leak is |
Can confirm windows 11, I crashed my laptop 4 times today was wondering whether it was a software side issue and it was, after 4 attempts I was able to open taskmanager to see 99% memory usage I am wondering if this is an issue on Linux? if not I can just stop being lazy and switch over to my linux partition. |
just crashed my linux partition as well lol...is there a temporary fix to this? |
Hey, I know it's frustrating, but please try to not make needlessly negative generalizations. The developer is doing this out of the goodness of their heart and we want to encourage them. To that end, @TheFlyingRat, since you're running a desktop version, could you try the Flutter Debugger and see where your memory is going? https://docs.flutter.dev/tools/devtools/memory Thanks! |
Hi, I understand and I apologize. I didn't mean for my comment to be taken the wrong way. What I meant is that usually I'll run into some sort of error where my memory spikes up when using Spotube and all of its features. It's indeed frustrating and I do thank you Kingkor for your efforts in Spotube. @hackerb9 I will indeed try that. That should help iron out some things. Thank you for your suggestion :) |
Is there an existing issue for this?
Current Behavior
Even with no queue, Spotube will chew through an additional 20mb of ram per second until the computers memory fills up.
It's not downloading anything(?), since no disk usage is being used as showing in task manager
Expected Behavior
If it's trying to preload my music library (or album art etc...), it should stop at about 15% of memory usage since my library contains about 12,000 unique songs totaling all my playlists.
It definitely should not be using this much ram.
I personally have 32GB of ram, and it'll fill in about 15 minutes until my computer is non functional and requires a reboot since my PC blue screens.
Steps to reproduce
Operating System
Windows x64
Spotube version
3.2.0
Installation source
GitHub Releases (Binary)
Additional information
No response
The text was updated successfully, but these errors were encountered: