Re: Max tcp connections

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 12 Nov 1999 00:23:32 +0000 (GMT)


> > echo 65536 > /proc/sys/fs/inode-max
> > and then, for the process in question,
> > ulimit -n 32768
> > - Dan
>
> Since you can neither select nor poll on 32,768 sockets, it would be
> somewhat difficult to use this man.

You can poll on 32768 sockets if you wish. You will probably hit performance
issues if it is under any kind of load

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/