Error-27796解决方法
Posted 竹雨阑珊1
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Error-27796解决方法相关的知识,希望对你有一定的参考价值。
Action.c(9): Error -27796: Failed to connect to server "10.3.45.201:8009": [10055] No buffer space available
Try changing the registry value
HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Services\\tcpip\\Parameters\\TcpTimedWaitDelay to 30
and HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Services\\tcpip\\Parameters\\MaxUserPort to 65534
解析:
因为负载生成器的性能太好,发数据包特别快,服务器也响应特别快,从而导致负载生成器的机器的端口在没有timeout之前就全部占满了。在全部占满后,就会出现上面的错误。执行netstat –na命令,可以看到打开了很多端口。所以就调整TCP的time out。即在最后一个端口还没有用到时,前面已经有端口在释放了。
解决方法:
以上是关于Error-27796解决方法的主要内容,如果未能解决你的问题,请参考以下文章
Action.c(58): Error -27796: Failed to connect to server "hostname"
Action.c(28): Error -27796: Failed to connect to server "xxxx": [10060] Connection timed o