This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Q: problem "maximum number of clients reached"


On Thu, 7 Jun 2001, Jerome Anten - SUN Microsystems - wrote:

> Hi list,
> I'm new here, and encountered the same proplems described below,
> but, there is a much better way to overcome this problem:
> 
> Don't recompile ! but update the max. file descriptors of you process.
> The _SC_OPEN_MAX if obtained from unix syscall "sysconf()" and will
> return the max open files possible in the current process context.
> Knowing this, we can easily increase this in the bash shell by typing:
> 
> # ulimit -a  (see all current limits)
> # ulimit -n 128 ( increase open files to 128 )
> 
thanks, I've not know about this issue.

bye
    ago
-- 
Alexander.Gottwald@s1999.tu-chemnitz.de
http://www.gotti.org
phone: +49 3725 3498080     mobile: +49 172 7854017


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]