diff options
| author | Coelacanthus <[email protected]> | 2021-10-25 18:05:32 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-25 18:05:32 +0800 |
| commit | 9c42d75e17ea62786581376ff627036fd63311ef (patch) | |
| tree | b19d5ab0813960e308fe6aa035172f7fdaecdec5 /makepkg.d | |
| parent | c2c9d034c6e0d86e73d706982ed7efeafcafdb00 (diff) | |
fix(makepkg): using compression level 20 instead of 22 (#4)
As Arch Linux does, we use level 20.
Level 22 use too much memory.
Diffstat (limited to 'makepkg.d')
| -rw-r--r-- | makepkg.d/makepkg.base.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makepkg.d/makepkg.base.conf b/makepkg.d/makepkg.base.conf index 2e29d7a..f8dc2f3 100644 --- a/makepkg.d/makepkg.base.conf +++ b/makepkg.d/makepkg.base.conf @@ -114,7 +114,7 @@ GPGKEY="4A0F0C8BC709ACA4341767FB243975C8DB9656B9" COMPRESSGZ=(gzip -c -f -n) COMPRESSBZ2=(bzip2 -c -f) COMPRESSXZ=(xz -c -z -) -COMPRESSZST=(zstd -c -z -q --ultra -22 --threads=0 -) +COMPRESSZST=(zstd -c -z -q --ultra -20 --threads=0 -) COMPRESSLRZ=(lrzip -q) COMPRESSLZO=(lzop -q) COMPRESSZ=(compress -c -f) |
