Replies: 1 comment 1 reply
-
Probably related to #12366 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I was porting MicroPython, I found that through gc.mem_ The memory obtained by free() is 3108592, gc.mem_ Alloc() is 19200, which means that the memory managed by MicroPython is only about 3M, but in reality, I am using ESP32-S3 N32R8V with 8M of memory. Where has the rest gone? How should I adjust this configuration?
Beta Was this translation helpful? Give feedback.
All reactions