tttapa / ESP8266

Documentation and help with the ESP8266 chip/boards/modules
GNU General Public License v3.0
651 stars 282 forks source link

Exhaustion of RAM when Client uploads heavy images on webserver(local host) #52

Closed acharyanachiket closed 5 years ago

acharyanachiket commented 5 years ago

The RAM of ESP8266 gets exhausted when the client uploads heavy data to the webserver. Is it possible to still upload the heavy images and shift the webserver memory to SPIFFS or PROGMEM instead of RAM

tttapa commented 5 years ago

That's quite an advanced topic. I haven't experimented with the ESP8266 in a long time, and I'm quite busy at the moment, so I'm afraid I can't really help you. It would probably be a better idea to contact the developers of the ESP8266 Core, who wrote the web server code.