Nginx 针对建立TCP连接优化

L:124 

  

sysctl -a | grep file-max //通过命令查看系统最大句柄数

[root@3 ~]# sysctl -a | grep file-max
fs.file-max = 791640

.........

[root@3 ~]# sysctl -a | grep file-nr  //查看当前正在使用的句柄数
fs.file-nr = 1472    0    791640
........

 

posted on 2019-03-30 19:42  _Jee  阅读(1107)  评论(0编辑  收藏  举报

导航