Changes between Initial Version and Version 1 of Ticket #22626, comment 409
- Timestamp:
- 12/19/18 14:23:42 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22626, comment 409
initial v1 17 17 }}} 18 18 19 With bz2 compression this squashes down to 66MB which, while not ideal, is somehow psychologically less troubling than 375MB, perhaps just being an order of magnitude smaller.19 With bz2 compression this squashes down to 66MB which, while not ideal, is somehow psychologically less troubling than 375MB, perhaps just being ~an order of magnitude smaller. 20 20 21 21 With LZMA compression (at the default compression level 6) it gets down to 58MB--this is what I use for the Windows installer. This will probably make installation take that much longer (decompressing the files from the Windows installer takes quite a long time). But I'm less concerned about that for now.