"Maximum number of clients reached" error

Created on 2024-09-04T19:24:58-05:00

Return to the Index

This card can also be read via Gemini.

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