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

socket: too many open files #13

Open
ktsakos opened this issue Feb 23, 2022 · 1 comment
Open

socket: too many open files #13

ktsakos opened this issue Feb 23, 2022 · 1 comment

Comments

@ktsakos
Copy link

ktsakos commented Feb 23, 2022

When i put the concurrency parameter over 1020 requests i take the following error?
Do you know why?

2022/02/23 21:08:20 Could not connect to server amqp://guest:[email protected]:5672//, dial tcp 35.214.106.147:5672: socket: too many open files

@agocs
Copy link
Contributor

agocs commented Feb 24, 2022

If I had to guess, it's related to #12. The stress tester is trying to open >1000 file descriptors, and the OS doesn't have the file descriptors to give it.

You'll have to be patient, it's been years since I worked with RabbitMQ or for Backstop or on this project

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