Re: file-descriptor limits for linux

2003-01-29 Thread Joseph Bueno
Hi, I think you misunderstood /proc/sys/fs/file-max meaning, it IS an averall machine limit, not per process. From linux kernel documentation (/usr/src/linux/Documentation/sysctl/fs.txt): "file-max & file-nr: The kernel allocates file handles dynamically, but as yet it doesn't free them again. T

file-descriptor limits for linux

2003-01-28 Thread Martin Waite
Hi, Does anyone know what the story is for file-descriptor limits on Linux ? I read in http://www.xenoclast.org/doc/benchmark/HTTP-benchmarking-HOWTO/node7.html that root needs to set /proc/sys/fs/file-max to a high value in order that "ulimit -n " will work. However, on a Debian Woody