urequests causing memory allocation failed
Posted: Wed Nov 25, 2020 10:07 pm
Hello there,
I am using a public library for OTA update.
This library is working great, but causing memory allocation errors at two place:
- When urequests getting called
- When downloading larger .py files, (larger means, longer 240 lines)
"memory allocation failed, allocating 4352 bytes"
I tried to call gc.collect() more often, but didn't really solved the issue.
Is there a way around this issue?
Thanks!
I am using a public library for OTA update.
This library is working great, but causing memory allocation errors at two place:
- When urequests getting called
- When downloading larger .py files, (larger means, longer 240 lines)
"memory allocation failed, allocating 4352 bytes"
I tried to call gc.collect() more often, but didn't really solved the issue.
Is there a way around this issue?
Thanks!