esp32_https_server icon indicating copy to clipboard operation
esp32_https_server copied to clipboard

Problem Frag Heap

Open sergioxdev opened this issue 5 years ago • 0 comments

Describe the bug

I have tested the examples

  • Async-Server
  • HTTPS-and-HTTP
  • Self-Signed-Certificate

I only added a function that would return me the data from the memory heap, I did the tests

  • creating the certificate automatically
  • loading the certificate from the .h files
  • is without certificate in the ensecure version

I find the following state of memory, 260664 | 48256 | 82% sometimes it drops to 45% and then goes up again ovvimanete if I load the page twice the system will panic

I think that a fragmentation of the Heap so high already in the setup phase, is due to some bugs.

ESP32 Module Nano32 Chip is ESP32D0WDQ6 (revision 0) Flash size: 4MB IDE and Version Arduino 1.8.12 ** OS ** Windows ** Client ** Firefox PC/Mobile

sergioxdev avatar Apr 21 '20 07:04 sergioxdev