mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
added a warning for possible memory leak (#5905)
* added a warning for possible memory leak as discussed here https://github.com/home-assistant/home-assistant/issues/11594#issuecomment-408083266 * ✏️ Tweaks
This commit is contained in:
parent
29dab7ad2f
commit
94d1ad2e38
@ -31,6 +31,13 @@ Home Assistant contains an embedded MQTT broker. If no broker configuration is g
|
|||||||
mqtt:
|
mqtt:
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<p class='note warning'>
|
||||||
|
There is an issue with the HBMQTT broker that can cause a memory leak (slowly increasing used memory). This causes an unstable system after the memory is full. You could measure/monitor this with a system monitor. The issue is from 2016 and could already be resolved with newer versions. Use another broker when you experience this issue, for example, Mosquitto. <br>
|
||||||
|
<br>
|
||||||
|
Issue with the HBMQTT broker: https://github.com/beerfactory/hbmqtt/issues/62 <br>
|
||||||
|
System monitor: https://www.home-assistant.io/components/sensor.systemmonitor/
|
||||||
|
</p>
|
||||||
|
|
||||||
### {% linkable_title Owntracks%}
|
### {% linkable_title Owntracks%}
|
||||||
|
|
||||||
To use Owntracks with the internal broker a small configuration change must be made in order for the app to use MQTT protocol 3.1.1 (Protocol Level 4).
|
To use Owntracks with the internal broker a small configuration change must be made in order for the app to use MQTT protocol 3.1.1 (Protocol Level 4).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user