Linux中使用pigz工具更快的压缩和解压文件

导读 pigz(parallel implementation of gzip)是一个并行执行的压缩工具,解压缩比gzip快,同时CPU消耗是gzip的好几倍,在对短时间内CPU消耗较高不受影响的场景下,可以使用pigz。 环境 Centos7 RAM:2GB , CPU: 4vcpus 安装 # 安装epel扩展源 [[email protected] ~]# wget -O /etc/yum.
相关文章
相关标签/搜索