-
I just noticed that even though PSRAM is detected, available ram to MP is not reflecting this. And this was discovered because we ran out of RAM crashing the ESP so I don't believe
ESP-IDF commit:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The information to mem_info is somewhat confusing since a while, But the |
Beta Was this translation helpful? Give feedback.
The information to mem_info is somewhat confusing since a while, But the
max new split
figure tells, that 4 MB of RAM is available, You can try so by allocating a few large bytearrays, e.g. with a size of 1 MByte. That should work.