0

Is there any settings in sysctl that controls the maximum number of connections that are allowed from any one ip address? I'm having connection issues a redis server and a rabbitmq instance and I'd like to eliminate this possible condition before delving deeper into netstat results.

Will Olbrys
  • 103
  • 1
  • 1
  • 3

1 Answers1

0

See discussion at https://stackoverflow.com/questions/410616/increasing-the-maximum-number-of-tcp-ip-connections-in-linux there are sysctl settings given and explained.

See http://fasterdata.es.net/fasterdata/host-tuning/linux/ for some other tunables.

Paweł Brodacki
  • 6,511
  • 20
  • 23