4
Linux上的最大套接字数
似乎服务器限制在〜32720个套接字...我尝试了所有已知的变量更改以提高此限制。但是,即使仍然有4Go的可用内存和80%的空闲cpu,服务器仍限制在32720打开的套接字上。 这是配置 ~# ulimit -a core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority (-e) 0 file size (blocks, -f) unlimited pending signals (-i) 63931 max locked memory (kbytes, -l) 64 max memory size (kbytes, -m) unlimited open files (-n) 798621 pipe size (512 bytes, …