Date: Thu, 05 Jan 2017 08:55:02 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: maintainer-feedback requested: [Bug 215791] x11-servers/xorg-server: please increase MAXCLIENTS in include/misc.h to at least 512 Message-ID: <bug-215791-7141-PqFEvZnQRN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-215791-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-215791-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
vermaden@interia.pl has reassigned Bugzilla Automation <bugzilla@FreeBSD.or= g>'s request for maintainer-feedback to x11@FreeBSD.org: Bug 215791: x11-servers/xorg-server: please increase MAXCLIENTS in include/misc.h to at least 512 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215791 --- Description --- Current limit for MAXCLIENTS on X11 is set to 256 which sometimes is too sm= all. # grep -r MAXCLIENTS xorg-server-1.17.4 | grep 256 ./include/resource.h:#if MAXCLIENTS =3D=3D 256 ./include/misc.h:#define MAXCLIENTS 256 If You ask how to reach that limit (256), then try using ClusterSSH on more then 250 hosts ;) Dunno if that is good argument, but RHEL or Debian distrubutions also incre= ased it to at least 512. Regards, vermaden
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215791-7141-PqFEvZnQRN>