Why so little memory on board with ESP32 #7477
Replies: 1 comment
-
Posted at 2023-07-07 by JumJum Based on my experience, ESP32 eats memory, RAM and Flash, like crazy. Posted at 2023-07-07 by Nicktonious Am I correct that exatly support of BLE & Wifi eats most of the memory? Posted at 2023-07-13 by Nicktonious @jumjum, hello again. I continued to search for answers, even have found ur 5 year old thread on esp32, where you state that:
And I see that lots of people are talking about switching BLE off to get more free memory. But even 2500 jsVars is only ~35Kbytes, meanwhile my board advertises to have around more than 500 KBytes of ram. That's just nonsense! Posted at 2023-07-19 by JumJum I agree, ESP32 with ESP-IDF eats memory like crazy. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2023-07-06 by Nicktonious
Hello everyone. I'm using ESP32 Wroom 32 devkit. It is advertised as having
BUT as I use process.memory(), I get quite confusing answer:
Total of 2351 block * 14 bytes (blocksize) results in ~33Kbytes what is extremly low.
Even if I made a mistake in calculations, I have seen with my own eyes how quickly I lose 2/3 of memory total memory after just a few requires(btw all files are minified) and launching a ws server with 2-3 connections.
How do u think, can it be a problem with the firmware or Wifi + BLE modules take soo much memory?
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions