原文:https://blog.csdn.net/macwhirr123/article/details/77199057

出现原因:
TCP/IP连接数不够或TIME_WAIT中存在很多链接,导致吞吐量低。

解决办法:
1、打开注册表:regedit
2、HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ Services\TCPIP\Parameters
3、新建 DWORD值,name:TCPTimedWaitDelay,value:30(十进制) –> 设置为30秒,默认是240秒
4、新建 DWORD值,name:MaxUserPort,value:65534(十进制) –> 设置最大连接数65534
5、重启系统

相关文章:

  • 2022-12-23
  • 2021-08-06
  • 2021-06-15
  • 2021-08-10
  • 2021-10-01
猜你喜欢
  • 2021-10-13
  • 2022-12-23
  • 2022-01-17
  • 2022-02-08
  • 2022-12-23
  • 2021-12-07
  • 2018-05-30
相关资源
相似解决方案