fs.file-max

Federico Edelman Anaya (fedelman@elsitio.com.ar)
Tue, 08 May 2001 10:03:23 +0000


Hi! ... In a Linux Kernel ...

What can I do to test the FD limit? ... Because, the FD limit is set in
/proc/sys/fs/file-max, sample:

echo "2048" > /proc/sys/fs/file-max
ulimit -n 8192

In this case ... the FD limit = 8192 :( ... when the limit should be
2048?

I wrote a perl script for the test ... anybody known a "C" program for
test the FD limit?

Thanks ...!

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