Open zetanumbers opened 2 months ago
This happens due to not having enough RAM for decompression, which requires space for compressed data, decompressor's locals, and the output buffer. Better diagnostics for this is desirable and some in-place decompression research could be useful there.
Seems like a better avenue, but combining data segments might lead to reserving too much memory in RAM for the output.