Dynamic memory usage for HTTP/HTTPS

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
ClMa_3563786
Level 2
Level 2

Hello,

I have a question about dynamoc memory usage for HTTP/HTTPS.

I'm using FreeRTOS and LwIP stack.

I am connected to an HTTPS server. I notice almost 40KB of memory is allocated in runtime as follow:

http_client_init() : ~10KB

http_client_connect : ~10KB

Defragmented buffer: ~16KB

I'm looking for advices on defines or configuration that might be tweaked for reduce this memory allocation ?

Thanks for your recommandations

0 Likes
4 Replies