siemens / meta-iot2050

SIMATIC IOT2050 Isar/Debian Board Support Package
MIT License
129 stars 76 forks source link

High Memory Usage on Docker DotNet core container. #522

Open jonburn opened 5 months ago

jonburn commented 5 months ago

I have deployed a "DotNet" container to the IoT2050, this displays a high initial memory footprint. There is then a continuous increase in memory in the container until it crashes out. A identical test performed on a different ARM64 device does not display the same condition and runs without issue.

DotNet application basically subscribes to a MQTT topic on s broker and then processes the message to a IEC61850 sever running within the code, and the waits for any further messages.

DotNet Core 5.0

(Although I have also tested a lighter weight test application in DotNet 6.0 and this displays the same issue)