Re: fs.file-max

2001-05-08 Thread Nathan Straz
On Tue, May 08, 2001 at 10:03:23AM +, Federico Edelman Anaya wrote: > 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 lim

Re: fs.file-max

2001-05-08 Thread Federico Edelman Anaya
Dan: Hi ... Dan Kegel wrote: > Federico Edelman Anaya ([EMAIL PROTECTED]) wrote: > > > 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 > > That sets the systemwide limit to 2048. Ok ... >

Re: fs.file-max

2001-05-08 Thread Dan Kegel
Federico Edelman Anaya ([EMAIL PROTECTED]) wrote: > 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 That sets the systemwide limit to 2048. > ulimit -n 8192 That sets the per-process limit (