1.0.8 Nginx 添加 jemalloc 提升性能

bug修正
pull/171/head
wulabing 2020-02-08 10:32:21 +08:00
parent af8bdd9e3c
commit 9366020907
1 changed files with 2 additions and 2 deletions

View File

@ -323,8 +323,8 @@ nginx_install(){
[[ -d openssl-"$openssl_version" ]] && rm -rf openssl-"$openssl_version"
tar -zxvf openssl-"$openssl_version".tar.gz
[[ -d jemalloc-"${jemalloc_version}" ]] && rm -rf openssl-"$openssl_version"
tar -xvf openssl-"$openssl_version".tar.bz2
[[ -d jemalloc-"${jemalloc_version}" ]] && rm -rf jemalloc-"${jemalloc_version}"
tar -xvf jemalloc-"${jemalloc_version}".tar.bz2
[[ -d "$nginx_dir" ]] && rm -rf ${nginx_dir}