You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each page reload takes the free heap down to zero
When I run the demo code, each reload causes the freeheap value to decrease by 1-2 kB. When the value gets close to zero (15x reloads approximately), it causes a loss of function and then eventually a restart of the ESP8266 with an OOM error. Everything can be seen in the picture. How to solve this problem?
The text was updated successfully, but these errors were encountered:
michael-vrba
changed the title
Each page reload takes the free heap down to zero
A MAJOR PROBLEM - Each page reload takes the free heap down to zero
Aug 19, 2024
Due to personal work commitments, I am unable to maintain this project in the short term. If anyone from the community could help fix this issue and submit a PR, it would be greatly appreciated.
Everyone: I am maintaining this at https://github.com/mathieucarbou/MycilaWebSerial, kept the UI but rewrote the C++ code entirely for performance reasons. See the 2 examples. The code has diverged a lot and will require some adjustments in your project.
Each page reload takes the free heap down to zero
When I run the demo code, each reload causes the freeheap value to decrease by 1-2 kB. When the value gets close to zero (15x reloads approximately), it causes a loss of function and then eventually a restart of the ESP8266 with an OOM error. Everything can be seen in the picture. How to solve this problem?
The text was updated successfully, but these errors were encountered: