<div dir="ltr">I've discussed exactly the same issue in #Erlang IRC ~year ago.<div><br></div><div>So, we discovered, that zlib C API allows to limit decompressed data size (by storing some internal state and data in zlib internals), but this option isn't exported in Erlang API.</div><div><br></div><div>The ad-hoc solution suggested was "decompress your data by smaller chunks".</div><div><br></div><div>And, yes, I think that this option should be exported to Erlang's zlib.</div></div>