0x0
错误:
JMeter Exception: java.net.BindException: Address already in use: connect
windows的解决办法,linux的话设置sysctl即可 修改注册表
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
新增一个DWORD,名称为MaxUserPort,值为65534,重启机器
错误:
JMeter Exception: java.net.BindException: Address already in use: connect
windows的解决办法,linux的话设置sysctl即可 修改注册表
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
新增一个DWORD,名称为MaxUserPort,值为65534,重启机器
评论