Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: system call select exceeded the maximum number of connections 256. error #912

Open
Geckon01 opened this issue May 15, 2023 · 3 comments

Comments

@Geckon01
Copy link

I'm getting error: Warning: system call select exceeded the maximum number of connections 256.
As I can see in source codes, this error is produced only on Windows. And Unix systems will get another one: Warning: system call select exceeded the maximum number of connections 1024, please install event/libevent extension for more connections.
So, is there any way to get more than 256 connections on Windows?

@walkor
Copy link
Owner

walkor commented May 15, 2023

https://wenda-1252906962.file.myqcloud.com/dist/swoole-cli-v5.0.3-cygwin-x64.zip
Try to use swoole-cli-v5.0.3-cygwin-x64.

@Geckon01
Copy link
Author

Thanks, I'll try it.

@Geckon01
Copy link
Author

Also, can I ask adding this error to log file or even exception? It'll be much easier to debug this way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants