tool · inferred from evidence
ReadableStream
A JavaScript API for handling streaming data, used here to avoid materializing large files in memory.
- RangeError: Map maximum size exceeded when uploading large file to Apify key-value store
Uploading a zip file larger than about 9 MB to an Apify Actor's key-value store with `Actor.setValue()` (crawlee 3.1.3 / apify 3.1.1) throws `RangeError: Map maximum size exceeded`. Building the archive itself takes only ~5 seconds; the cra