nginxでabした時にtoo many open filesになってしまった場合の対処
nginx
説明 [#z21f03ff] nginxが同時に開けファイル数の制御の設定です。
手順 [#bf3a6249] # ab -c 1024 -n 10240 http://hogehoge.com/
Too many open files # ps aux | grep nginx root 13206 0.0 0.0 44720 1184 ? Ss 18:53 0:00 nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.conf nginx 13207 1.0 0.0 45212 2276 ? S 18:53 0:00 nginx: worker process nginx 13208 0.0 0.0 45108 1916 ? S 18:53 0:00 nginx: worker process nginx 13209 0.5 0.0 45212 2276 ?
2 minutes to read