8000 ESP32: RAM leak in ESP-IDF v4.3 · Issue #7813 · micropython/micropython · GitHub
[go: up one dir, main page]

Skip to content

ESP32: RAM leak in ESP-IDF v4.3 #7813

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

Closed
IhorNehrutsa opened this issue Sep 17, 2021 · 1 comment
Closed

ESP32: RAM leak in ESP-IDF v4.3 #7813

IhorNehrutsa opened this issue Sep 17, 2021 · 1 comment

Comments

@IhorNehrutsa
Copy link
Contributor
IhorNehrutsa commented Sep 17, 2021

I try to compile MicroPython v1.17 (tag v1.17) with ESP-IDF4.2 and ESP-IDF4.3 and ESP-IDF master branch
There is memory leak in latest ESP-IDF releases.
Be careful.

ESP-IDF4.2

MicroPython v1.17-dirty on 2021-09-17; ESP32 module with ESP32
Type "help()" for more information.
>>> from gc import mem_free
>>> print("mem_free()", mem_free())
mem_free() 109488
>>> 

ESP-IDF4.3 and ESP-IDF master branch

MicroPython v1.17-dirty on 2021-09-17; ESP32 module with ESP32
Type "help()" for more information.
>>> from gc import mem_free
>>> print("mem_free()", mem_free())
mem_free() 62320
>>> 
@robert-hh
Copy link
Contributor

Branch v4.3-dev has full memory again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0