Commit 19e147f
committed
fix(reader): reset slab allocator between chunks
SlicingAllocator never resets, so decode allocations accumulated
across all chunks until the 4 MB slab overflowed with
IndexOutOfBoundsException. Reset by recreating the allocator from
the same slab before each chunk decode.1 parent 208c8a7 commit 19e147f
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
| |||
0 commit comments