Q: problem "maximum number of clients reached"

Alexander Gottwald Alexander.Gottwald@informatik.tu-chemnitz.de
Thu Jun 7 05:52:00 GMT 2001


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



More information about the Cygwin-xfree mailing list