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)
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)