Lower compression level for msys2 installer? #23
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently msys2 installer uses 128MB dictionary and maximum level (9) of compression, which causes it to be quite slow and memory-hungry (up to 10+ GBs on my machine for compression).
It can be faster for both client and builder, but it gains additional 20% of size with
-mx3 -md16m
.It's not particularly slow on Hydra, but all those 400MB files do use some disk space.
https://nixbld.m-labs.hk/job/artiq/extra-beta/msys2-offline-installer#tabs-charts
Maybe just use those flags locally.