Closed sdumetz closed 5 months ago
As seen in 71e2041, for await (let chunk of stream) can lead to unexpectedly high memory usage.
for await (let chunk of stream)
Check if this applies to zip() generation before it bites us.
As seen in 71e2041,
for await (let chunk of stream)
can lead to unexpectedly high memory usage.Check if this applies to zip() generation before it bites us.