golang写的socket做压力测试的时候,提示too many open files,解决方法如下
sudo gvim /etc/security/limits.conf
添加
* - nofile 1000000
重启