You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i use v2.4.2 and compressed in parallel using pigz. now in the decompression process i see it uses gzip which does not support parallel.
can it use pigz in decompress also ?
The text was updated successfully, but these errors were encountered:
gzip is the more widely available command to uncompress the archive in this case. However we could add some code to find an alternative pigz if that is a functional equivalent.
gzip is currently run separately from tar so the extra argument would have no effect. We could add some code to check for the presence of pigz as an alternative and call it instead when available.
i use v2.4.2 and compressed in parallel using pigz. now in the decompression process i see it uses gzip which does not support parallel.
can it use pigz in decompress also ?
The text was updated successfully, but these errors were encountered: