Once the memory limiter feature is turned on, iot-device-sdk will keep track of how much memory it can and has allocated. If a message is sent to the iotc and during the process of constructing the message, the iotc experiences memory exhaustion, depends on the precise step the iotc runs out of memory, iotc could either recovers and frees all memory or memory leak or fail assertion.
Once the memory limiter feature is turned on, iot-device-sdk will keep track of how much memory it can and has allocated. If a message is sent to the iotc and during the process of constructing the message, the iotc experiences memory exhaustion, depends on the precise step the iotc runs out of memory, iotc could either recovers and frees all memory or memory leak or fail assertion.