From 0d6bfd79b8b87d5a49857d665262599f493c2903 Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Mon, 10 Jun 2019 12:17:18 +0200 Subject: [PATCH] Updated AWS IoT (markdown) --- AWS-IoT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AWS-IoT.md b/AWS-IoT.md index 90b0756b..0f1985e4 100644 --- a/AWS-IoT.md +++ b/AWS-IoT.md @@ -304,7 +304,7 @@ Memory consumption (nominal): * BearSSL lib: 1424 bytes (or 1024 bytes for TLS alone) * BearSSL ClientContext: 3440 bytes -* Buffers 1024/1024: 2528 bytes +* Buffers (1024 bytes in + 1024 bytes out + overhead): 2528 bytes * **Total = 7.4k** Note: if you use USE_WEBSERVER, your impact is lowered by 2k since the Web log buffer is reduced from 4k to 2k. Overall when activating USE_WEBSERVER, you just see a memory impact of 5.4k.