标签:tail windows mic lse iss ports 注册表 number fport
本文来自于https://blog.csdn.net/stillfantasy1988/article/details/43196627?tdsourcetag=s_pcqq_aiomsg、http://www.huawei.com/ecommunity/bbs/10221255.html
大规模Windows环境下,采用Nginx反向代理服务后,操作系统会产生较多TIME_WAIT的TCP(Transmission Control Protocol)连接,操作系统默认TIME_WAIT的TCP连接回收时间是4分钟,TCP默认动态端口范围为开始端口49152,结束端口65535。这样会使回收TCP过慢导致系统吞吐量下降,甚至出现502访问失败问题。如何修改操作系统内核参数来缩短TIME_WAIT状态TCP连接回收时间和添加TCP动态端口范围,保证在大并发场景下操作系统的端口资源可用?
netsh int ipv4 set dynamicportrange tcp startport=5000 numberofports=60000
Windows操作系统error10048端口释放问题TIME_WAIT状态的TCP连接快速回收时间
标签:tail windows mic lse iss ports 注册表 number fport
原文地址:https://www.cnblogs.com/wj12312/p/10489879.html