NGINX内存管理优化 gperftools工具安装 Centos

Libunwind安装 64位系统依赖

国内机器可能无法下载 因为被河蟹了

echo “/usr/local/lib”>>/etc/ld.so.conf
ldconfig

mkdir /tmp/tcmalloc
chmod 777 /tmp/tcmalloc -R

安装nginx

nginx.conf 顶部添加
google_perftools_profiles /tmp/tcmalloc;

测试
lsof -n | grep tcmalloc
lsof -n | grep nginx

wget http://www.idclayer.com/public/bash/init/nginx.init
mv nginx.init /etc/init.d/nginx
chmod 755 /etc/init.d/nginx

chkconfig nginx on
service nginx start

chkconfig iptables off
service iptables stop

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注