Skip to content

Commit 94d1ad2

Browse files
bvansambeekfrenck
authored andcommitted
added a warning for possible memory leak (home-assistant#5905)
* added a warning for possible memory leak as discussed here home-assistant/core#11594 (comment) * ✏️ Tweaks
1 parent 29dab7a commit 94d1ad2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/_docs/mqtt/broker.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ Home Assistant contains an embedded MQTT broker. If no broker configuration is g
3131
mqtt:
3232
```
3333
34+
<p class='note warning'>
35+
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>
36+
<br>
37+
Issue with the HBMQTT broker: https://github.com/beerfactory/hbmqtt/issues/62 <br>
38+
System monitor: https://www.home-assistant.io/components/sensor.systemmonitor/
39+
</p>
40+
3441
### {% linkable_title Owntracks%}
3542
3643
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).

0 commit comments

Comments
 (0)