Commit 3a7019c
ports/rp2: Raise GC stack size for PSRAM.
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]>1 parent be7e81c commit 3a7019c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
0 commit comments