AMDG On 11/30/2016 08:05 PM, Rene Rivera wrote:
OK. Some cleanup of really old files. And removed the incoming results so that they get redone on the next uploads. For curiosity.. And so that people get an idea of resources.. The results for develop+master take up 14G *compressed*.
If you're measuring the size of the zip file, it isn't compressed. (unless someone changed the implementation.) The reason for this is that I found that rsync handles the uncompressed zip much better. (zip compresses files individually and there are a lot of very similar small files). At the time, the archive was less than 1 GB, so I prioritized network usage over disk space. To change this you should be able to replace the nocompression_sink with deflate_sink in html_writer.
And that doesn't count the intermediate upload ZIPs which would be another 28G. The drive now has 39G free, so hopefully it's OK for some time.
In Christ, Steven Watanabe