You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: