Commit 21eb479
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 05037cc commit 21eb479
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
0 commit comments