NodeMCU-HTTP-Server
NodeMCU-HTTP-Server copied to clipboard
getting not enough memory
after ive upload the httpserver file: dofile("httpServer.lua") not enough memory
me too
Works fine for me. Can you try a recent integer build?
Just restart the device. It will work.
I can't find a way to solve the memory problem. Do we want to introduce the memory swap function of the operating system in an http server library?😝
Maybe you can try: https://github.com/wangzexi/NodeMCU-HTTP-Server/issues/2#issuecomment-272389714
I try hardware reset and I still find myself with the same problem. Do you have a solution?
The memory is freed, but it takes a while
It is necessary that you find out the place a big chunk allocated, then call the collectgarbage
function at there.