Whenever I configure a mios server and add a mios-in node, my memory usage starts to ramp up until garbage collection kicks in. My mios-in node just goes to a debug node. I'm trying to put this on an embedded system and I'm having trouble running out of memory. I took a look at the code but I'm not a very skilled programmer. I noticed that after I delete the mios-in node, memory keeps growing. But if I delete the config node, then add mios-in just to make the config node (delete mios-in), then memory does not grow. Sample flow:
[{"id":"588222.4062a5e","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"2ab0be96.06e3ba","type":"mios-in","z":"588222.4062a5e","name":"","server":"c7931fd9.0c4e58","item":"","exact":false,"x":130,"y":80,"wires":[["3c0cffd6.5c3e18"]]},{"id":"3c0cffd6.5c3e18","type":"debug","z":"588222.4062a5e","name":"All Z-Wave Msgs","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":510,"y":80,"wires":[]},{"id":"c7931fd9.0c4e58","type":"mios-server","z":"","name":"Vera Edge","host":"192.168.1.122","port":"3480"}]
Whenever I configure a mios server and add a mios-in node, my memory usage starts to ramp up until garbage collection kicks in. My mios-in node just goes to a debug node. I'm trying to put this on an embedded system and I'm having trouble running out of memory. I took a look at the code but I'm not a very skilled programmer. I noticed that after I delete the mios-in node, memory keeps growing. But if I delete the config node, then add mios-in just to make the config node (delete mios-in), then memory does not grow. Sample flow: