Comment 3 for bug 260138

Revision history for this message
Kees Cook (kees) wrote : Xorg needs client limit raised

In include/misc.h, the current client limit is 256. This is starting to become a limiting factor in some high-RAM desktop environments. Perhaps it should be raised to 1024, as seen here:

http://www.nabble.com/Maximum-Number-of-Clients-td7307396.html

There is a 2 year old Xorg upstream bug about this as well:

https://bugs.freedesktop.org/show_bug.cgi?id=9209

I'm unclear if this change would break the ABI, though.