Maximum number of clients reached on X
Find out who is hogging your clients:
lsof -U +c 15 | cut -f1 -d' ' | sort | uniq -c | sort -rn | head -n 100
Some further discussion: https://nixers.net/Thread-Maximum-number-of-clients-reached-on-X
Find out who is hogging your clients:
lsof -U +c 15 | cut -f1 -d' ' | sort | uniq -c | sort -rn | head -n 100
Some further discussion: https://nixers.net/Thread-Maximum-number-of-clients-reached-on-X