Memory leak in the archive packer
When packing the archive during publishing, the memory necessary scales lineary with the amount of archive data. An upload with `n` entries and a size of `s` each requires roughly `10 * s * n` total memory instead of the expected `O(s)`.
issue