我按照谷歌的修改了
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Windows/GDIProcessHandleQuota
以及
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Windows/USERProcessHandleQuota
但是并没有用...我是一个线程一个 TCP 连接
netstat -ano|find /c "remote_port"
就是 512,重启也不管用。
还有什么需要修改或者做的么? 谢谢!
1
darkweb 2019-08-01 17:42:14 +08:00
请问 有啥用啊!
|
2
xenme 2019-08-01 17:45:12 +08:00 via iPhone
GDI 和 tcp 连接有啥关系?
|
3
arrow8899 2019-08-01 17:48:22 +08:00
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\services\Tcpip\Parameters]
MaxHashTableSize = 65536 # 默认 512,就是你发的那个 MaxFreeTcbs = 16000 # 上面这两个值具体什么意思,你可以去搜一下 参考: https://bridge360blog.com/2017/01/02/tuning-a-windows-server-for-high-performance-applications/ |