Consider using xz for compressing images
Bug #683849 reported by
Michael Hope
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linaro image builds |
Confirmed
|
Low
|
Unassigned |
Bug Description
xz gives significantly smaller sizes than gzip when compressing linaro test head images:
michaelh@
-rw-r--r-- 1 michaelh michaelh 67507088 2010-12-02 09:35 linaro-
-rw-r--r-- 1 michaelh michaelh 45826972 2010-12-02 09:26 linaro-
The xz image is 68 % of the size of the gzip image.
xz comes installed as standard in Ubuntu and is widely used.
To post a comment you must log in.
I think the main disadvantage is that xz-compressed files aren't rsync-friendly. Rsync is likely to be significantly more useful with our images once we get persistent urls for "current" builds out of offspring; is the concern here for smaller images, or faster-to-download images?