Re: FD in Kernel 2.4.x

2001-04-27 Thread Federico Edelman Anaya
# ./dklimits 1 Can open 1020 AF_LOCAL sockets with socketpair Can open 0 AF_INET sockets with socketpair Can open 1021 fds Can open 1021 files Can poll 1025 sockets Can bind 1021 ephemeral ports Dan Kegel wrote: > Federico Edelman Anaya wrote: > > > > Yeah .. I put in /etc/sysctl.conf > > >

Re: FD in Kernel 2.4.x

2001-04-27 Thread Dan Kegel
> How can I increase the FD in the Kernel 2.4.3? echo 32768 > /proc/sys/fs/file-max See also http://www.kegel.com/c10k.html#limits.filehandles - Dan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at h

FD in Kernel 2.4.x

2001-04-27 Thread Federico Edelman Anaya
Hi! I am newbie in this list! .. I'm Federico Edelman Anaya ... well! .. I have a question ... I need increase the FD (File Descriptors) ... I was change the value of the FD in kernel 2.2.17: /usr/include/bits/types.h: #define __FD_SETSIZE1024-> 4096 /usr/src/linux/include/linux/posix_