-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
very high ram usage (8+gb) #1128
Comments
Is this just immediately after initial scan or does it persist over app restart? |
it persists across restarts, it seems to fluctuate sometimes though. right now its at 5.6gb. When the app is started, and the splash screen shows, it climbs from an initial ~100mb to about 5-8gb, and then stops climbing and shows the interface. from there it sometimes slowly changes. playing, pausing, shuffling, etc. does not seem to affect it perceptibly. what is the normal ram usage for a library of about this size? |
I have a music collection of 14576 songs (+200GB) and for me tauon doesn't consume more than 400MB. I'm also running Gentoo but I don't use the flatpak version. I don't know if the settings can affect on that. I see that tauon spawn ffmpeg process to decode files, maybe you can check the process tree to see if there are a lot of ffmpeg eating up the RAM, and maybe also /proc/PID/status |
I tried testing with some OPUS files but didnt notice a memory leak with those that I tried. If the issue is still present, what is the filesize of the |
This may be fixed with 7.9.0 and in master after #1345 is merged, there were a couple places where file handles were not being closed - that issue is now additionally logged. If this will still occur on 7.9.0/master+PR, please post the log. |
Closing due to lack of response, if you still have the issue on (pre-release) 7.9.0, let us know and we'll reopen. |
I am using the Flatpak version of Tauon on Gentoo Linux - version 7.7.2. I have a music library of about 2,500 OPUS files, with embedded album covers+unsynced lyrics, and .lrc files.
When running, Tauon uses about 8.2gb of ram. this matches pretty closely to the size of my music library, so my suspicion is that it is loading all my music into ram. Attached below is a screenshot of btop displaying the RAM usage.
The text was updated successfully, but these errors were encountered: