Comment 16 for bug 1405998

Revision history for this message
Jason Hobbs (jason-hobbs) wrote :

Why are there 144 open tcp connections from the cluster server to the region server?

I adjusted the ulimit on open files for our maas-clusterd to 65535 by adding this in /etc/init/maas.clusterd.conf:

ulimit -n 65535

.. right before twisted is started.