码迷,mamicode.com
首页 > 其他好文 > 详细

Error-27796解决方法

时间:2016-10-21 00:32:23      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:

技术分享
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解决方法

标签:

原文地址:http://www.cnblogs.com/zyp1/p/5982840.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!