ab压力测试 socket: Too many open files

socket默认1024,需要增大socket连接数。

ulimit -a

 

 

ulimit -n 65535

ulimit -a

 

重新运行测试即可。

发表评论

您的邮箱地址不会被公开。