Intro Linux TCP IP Connections Limit

Intro Linux TCP IP Connections Limit

這篇介紹Linux TCP/IP Connections Limit。

Kernel-Level File Descriptors Limits

1
2
3
4
5
6
7
8
9
$ cat /proc/sys/fs/file-max

[root@localhost]# cat /proc/sys/fs/file-max
2018373

查目前使用量:
$ cat /proc/sys/fs/file-nr
[root@localhost]# cat /proc/sys/fs/file-nr
7360 0 2018373