File Descriptor limits in 2.1.X

Daniel Corbe (corbe@corbe.net)
Sat, 25 Apr 1998 19:42:47 -0400 (EDT)


Currently the maximum number of file descriptors a proccess may
have open is set to a default of 1024 in 2.1.X kernels. In kernels (to my
knowledge) prior to 2.0.29 it could be upped by merly changing a few
#defines in limits.h

in 2.1.95 I've changed #define OPEN_MAX to 4096 and #define
NR_OPEN to double OPEN_MAX, I've also change #define __FD_SETSIZE in
whatever files I could find it in. I've found it in
/usr/include/gnu/types.h, and /usr/include/gnu/posix_types.h. However if
the FD Limit in my kernel remains at 1024 FDs. Can someone please provide
assistance?

I apologize for the double post, but I became a little discouraged
at the unhelpful response I received before. Thanks.

--
 \|/ ____ \|/   Daniel Corbe -http://www.corbe.net   
 -@_/ o0 \_@-   ------------  
 /_( \__/ )_\        E-Mail: corbe@corbe.net
    \__U_/       NIC Handle: DC8124

<EMBED SRC=file://C|/A.01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678>

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu