You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The benchmarking tool in AI-Hypercomuter is exhausting the number of available ports (~28k) at high request rates since aiohttp occupies one port per active connection, after exhaustion every subsequent connection attempt results in a ClientConnectorError response. Possible solutions include but not limited to:
Alternative http client or http2 client
Distributed benchmarking
The text was updated successfully, but these errors were encountered:
The benchmarking tool in AI-Hypercomuter is exhausting the number of available ports (~28k) at high request rates since
aiohttp
occupies one port per active connection, after exhaustion every subsequent connection attempt results in aClientConnectorError
response. Possible solutions include but not limited to:The text was updated successfully, but these errors were encountered: