tlaverdure / laravel-echo-server

Socket.io server for Laravel Echo
MIT License
2.65k stars 510 forks source link

Error on many connections to laravel-echo-server #396

Open roxik opened 5 years ago

roxik commented 5 years ago

On many connections to server(around 7000), nginx log has error: live upstreams while connecting to upstream, request: "POST /socket.io/?EIO=3&transport=polling&t=

Why?

ibrainventures commented 5 years ago

what did your ulimit -n say on your system ? .. u can update this (temporarily) by ulimit -n 10000 ..

roxik commented 5 years ago

what did your ulimit -n say on your system ? .. u can update this (temporarily) by ulimit -n 10000 ..

40000