mirror of https://github.com/arendst/Tasmota.git
Updated AWS IoT (markdown)
parent
65d6bb527b
commit
53e25feb13
|
@ -305,7 +305,7 @@ Memory consumption (nominal):
|
||||||
* BearSSL lib: **1424 bytes** (or 1024 bytes for TLS alone)
|
* BearSSL lib: **1424 bytes** (or 1024 bytes for TLS alone)
|
||||||
* BearSSL ClientContext: **3440 bytes**
|
* BearSSL ClientContext: **3440 bytes**
|
||||||
* Buffers (1024 bytes in + 1024 bytes out + overhead): **2528 bytes**
|
* Buffers (1024 bytes in + 1024 bytes out + overhead): **2528 bytes**
|
||||||
* **Total = 7.4k**
|
* **Total = 7.4k** (or 7.0k with letsencrypt or regular TLS)
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue