"Maximum number of clients reached" error
Created on 2024-09-04T19:24:58-05:00
The following pipeline gives a histogram of which processes are hogging up all of the X11 clients.
lsof -U +c 15 | cut -f1 -d' ' | sort | uniq -c | sort -rn | head -3
Created on 2024-09-04T19:24:58-05:00
The following pipeline gives a histogram of which processes are hogging up all of the X11 clients.
lsof -U +c 15 | cut -f1 -d' ' | sort | uniq -c | sort -rn | head -3