-
Notifications
You must be signed in to change notification settings - Fork 636
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? #677
Comments
8MB sounds like approx. two 'normal' length tracks worth of compressed audio data. Could this be the track prefetching working correctly? |
I just stopped at 8MB, probably it's possible to reach more. Every time I skip a track, memory usage grows by something between nothing and 0.5MB. |
Maybe share your cache settings and which backend also. |
I'm using rodio-backend under Windows, no cache enabled. I tried different configurations out, and it's possible (but I'm not really sure) this is an issue of lewton. With tremor it doesn't exceed Edit: I've reached 3.7MB with tremor, while Iewton seems to stop at this limit too now. It's really hard to reproduce as it doesn't behave deterministic. |
Actually I think it's only an issue in |
When running Librespot (release mode) and skipping through playlists, the used memory increases slowly but steady. It starts with 2-3MB, but after a while I was able to reach 8MB.
It seems to happen in both the
dev
and thetokio_migration
branch.The text was updated successfully, but these errors were encountered: