You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
py/gc: Change heuristic for "greedy limit" to a number of bytes.
Will stop adding large chunks of heap once the free system heap
is lower than this threshold.
With the change the Python heap growth on original ESP32 is closer
to the v1.20 Python heap size after the first time it expands.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
0 commit comments