你的位置:首页 > 互联网IT
Windows系统优化,tcp优化,TCP加速,优化系统,系统设置,设置系统,Windows内核优化若干参数说明,系统加速,网络加速
Windows内核调优部分参数说明
系统:Windows
系统优化
Windows系统优化相同文章:
linux系统优化相同文章:
Windows平台
1、 按附件2内容新建tcp.reg注册表文件并执行
意义:修改系统连接数限制
2、 重启系统,使其步骤1修改生效
附件2:tcp.reg
Windows Registry Editor Version 5.00
;修改TCP并发连接数为最大值
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"TcpNumConnections"=dword:00fffffe
;修改分页池最大使用值被系统回收
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"PoolUsageMaxium"=dword:00000032
;修复系统支持最大网络吞吐量
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer]
"MaxFreeConnections"=dword:00001000
"MinFreeConnections"=dword:00000100
转载文章:
https://blog.csdn.net/zgaoq/article/details/72954460?ivk_sap=1024320u
发表评论: