I’m using the MQTT Hub & Client and the free memory of Homey is continually sinking…
(information about free memory received via MQTT topic “homey.system/info”)
I don’t have any own application installed on Homey.
There is a way to find out which application/component consumes the memory?
I haven’t looked at anything, but you should keep in mind that you need to know what you’re looking at exactly. I’m not sure what the figures mean, but ‘free memory’ in a computer can mean several things.
Available memory (completely unused)
Available memory + cache
Available memory + cache - recently used
etc.
So before you can state you have a memory leak, you first need to confirm what the data you’re looking at means.
Yeah, I was just going to post the same. It looks like Athom uses the “free” column from the free command line utility, which doesn’t take into account the amount of memory that’s currently being used for vfs cache (and which can be released on short notice if more RAM is required for user processes).