-
Notifications
You must be signed in to change notification settings - Fork 53
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
OutOfMemoryException #44
Comments
Hi, I have the same problem. Memory leak diagnosed with a profiler. |
Have you guys moved to other lib or fixed it somehow? |
Not really. The most important functionallity for me was to be able to get/change default system audio device, which is an undocumented windows feature and I haven't found any other lib that even attempts to implement it. If someone knows about one, please let me know. For now, I just restart my service when this issue happens |
The API as used by the 1.x GUI doesn't seem to have this problem, or doesn't trigger it, so perhaps it's a matter of using a specific working version? |
I have the same problem, it was only running a few hours System.OutOfMemoryException |
The issue is raised every time I leave my application running for about 3 days. I don't have a full stacktrace, because the exception is caught in AppDomain.CurrentDomain.UnhandledException but it's something like this:
The system I'm running has 32GB of RAM and at the point when this exception is invoked I don't observe any huge system memory consumption.
The text was updated successfully, but these errors were encountered: