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
GC stack was overflowing and causing the GC to scan through the
entire memory pool, which is a particularly pathological case
with 8MB PSRAM. This caused noticable slowdowns during GC.
This change takes the stack from 256 to 4096 bytes to avoid
overflow.
Co-authored-by: Kirk Benell <[email protected]>
Signed-off-by: Phil Howard <[email protected]>
0 commit comments