-
Notifications
You must be signed in to change notification settings - Fork 65
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 ? #45
Comments
Hi! Any chance you’re using GStreamer? If so, we may have just fixed the problem in audioread: beetbox/audioread#84 |
I have no idea whether I'm using GStreamer or not. How can I check? I just do: BTW, I've replaced |
It's actually pretty hard to tell—you can check whether you have GStreamer and the appropriate Python bindings installed, and then it's likely that's what's happening. |
I'm not sure but I think is is installed: the following does not fail
So, since beetbox/audioread#84 has been fixed, my understanding is that the memory leak I've observed will be fixed in the next release? |
Yep! |
Nice ! :) |
I'm using acoustid.fingerprint_file() repeatedly on a collection of MP3 files, and I see the memory usage of my script growing over and over despite the fact I store the obtained fingerprints in a DBM. (I've done the same with SHA512 hashes and I observed no such increasing memory usage).
So I strongly suspect a memory leak in the library.
I've installed 1.1.5 with pip, using Python 3.6.2 under Linux.
The text was updated successfully, but these errors were encountered: