-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[miio] OutOfMemory errors due to threads being continuously created #8091
Comments
I fixed one memory leak in this binding with #7607 |
Fix Max Datagram connections reached issue Possibly also addressing openhab#8091 as exception during closing would prevent thread closing Signed-off-by: Marcel Verpaalen <[email protected]>
Fix Max Datagram connections reached issue Possibly also addressing #8091 as exception during closing would prevent thread closing Signed-off-by: Marcel Verpaalen <[email protected]>
Fix Max Datagram connections reached issue Possibly also addressing openhab#8091 as exception during closing would prevent thread closing Signed-off-by: Marcel Verpaalen <[email protected]> Signed-off-by: MPH80 <[email protected]>
Fix Max Datagram connections reached issue Possibly also addressing openhab#8091 as exception during closing would prevent thread closing Signed-off-by: Marcel Verpaalen <[email protected]>
Fix Max Datagram connections reached issue Possibly also addressing openhab#8091 as exception during closing would prevent thread closing Signed-off-by: Marcel Verpaalen <[email protected]>
Fix Max Datagram connections reached issue Possibly also addressing openhab#8091 as exception during closing would prevent thread closing Signed-off-by: Marcel Verpaalen <[email protected]>
Fix Max Datagram connections reached issue Possibly also addressing openhab#8091 as exception during closing would prevent thread closing Signed-off-by: Marcel Verpaalen <[email protected]>
Fix Max Datagram connections reached issue Possibly also addressing openhab#8091 as exception during closing would prevent thread closing Signed-off-by: Marcel Verpaalen <[email protected]> Signed-off-by: Daan Meijer <[email protected]>
Fix Max Datagram connections reached issue Possibly also addressing openhab#8091 as exception during closing would prevent thread closing Signed-off-by: Marcel Verpaalen <[email protected]>
@kaikreuzer do you still experience the issue or did #8189 fix it? |
@marcelrv I just had my system running into OOMs and found hundreds of MIIO threads: Looks like my originally reported issue - so this still occurs. |
Which version are you using? Is it including pr's from 8 Sep? (#11166) as that would help narrow down what specific conditions create the issue |
I was running 3.2.0 M3, so yes, #11166 was included. |
Thanks for fixing - I'll keep checking my system and if you don't hear back from me on it, you can consider it solved. 😄 |
I am seeing regular OOM errors on my instance and just had a look at the thread dump. What I am seeing is that the MI IO binding seems to be the culprit as it creates hundreds of threads:
The text was updated successfully, but these errors were encountered: