FS#24765 - Adjustable compression level of xz in makepkg
Attached to Project:
Pacman
Opened by Kristoffer Tidemann (ktide) - Saturday, 18 June 2011, 08:43 GMT
Last edited by Dan McGee (toofishes) - Tuesday, 13 September 2011, 02:01 GMT
Opened by Kristoffer Tidemann (ktide) - Saturday, 18 June 2011, 08:43 GMT
Last edited by Dan McGee (toofishes) - Tuesday, 13 September 2011, 02:01 GMT
|
Details
xz has the tendency to murder _low end boxes_ with little
RAM with the compression level (-6) it default's to. Make
this adjustable in /etc/makepkg.conf for people who do not
want to distribute packages and instead want faster
compression.
|
This task depends upon
Closed by Dan McGee (toofishes)
Tuesday, 13 September 2011, 02:01 GMT
Reason for closing: Won't implement
Additional comments about closing: See last comment.
Tuesday, 13 September 2011, 02:01 GMT
Reason for closing: Won't implement
Additional comments about closing: See last comment.
A similar issue https://bugs.archlinux.org/task/20954 but for mkinitcpio (and it was about lowering it *to* -6) - maybe we can reuse the ${COMPRESSION_OPTIONS} code?
with export XZ_OPT=-9:
-rw-r--r-- 1 strcat users 22M Sep 12 21:56 android-ndk-r6b-1-x86_64.pkg.tar.xz
and export XZ_OPT=-1:
-rw-r--r-- 1 strcat users 37M Sep 12 21:56 android-ndk-r6b-1-x86_64.pkg.tar.xz