backstop / rabbit-mq-stress-tester

This is a fork. Official Repo: https://github.com/agocs/rabbit-mq-stress-tester
28 stars 23 forks source link

socket: too many open files #13

Open ktsakos opened 2 years ago

ktsakos commented 2 years ago

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:guest@35.214.106.147:5672//, dial tcp 35.214.106.147:5672: socket: too many open files

agocs commented 2 years ago

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