-
Notifications
You must be signed in to change notification settings - Fork 803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multi-receiver stops working after several days (memory is bleeding) #1488
Comments
Can you share a bit more about how you are using the device, so we try to recreate. |
What shall I say? The only suspicious fact I realized that the free memory in the SYStoMQTT messages decreases 4-500 bytes/hour, but momentary after 2 days it stagnates around 136kBytes. It might be a connection problem, but the router is 3 meters away. Please advice me, what else should I say. |
16 hours more ~6 kB:
|
Looking at the memory leak numbers, I don’t think this is the issue. 130k plus on esp32 is a lot of memory available. but I think it is a re-occurrence of this issue |
Yeah, you are probably right. Is there anythnig we can do to avoid it or should I use the Heltec version? I have a LilyGo/Heltec version, also, The only reason I hesitate to use it is, that I am afraid of the screen would burn in because of the constant, not really changing content. Thank you for your investigation. |
Hi @fenyvesi , there is something in the pipeline to reduce the burn-in issue but you could also remove the display lib_deps and build_flags from your environment altogether to only have the MQTT publishing functionality. |
Thank you, I will try. |
Describe the bug
After several days of continuos work it doesn't send any message.
To Reproduce
Started 3 times with the same result.
Screenshots
Environment (please complete the following information):
Additional context
The Heltec version (v1.4.0) seems to be OK.
I suggest that the memory is bleeding. The free memory decreases 4-500 bytes/hour.
The text was updated successfully, but these errors were encountered: