Re: /proc/sys/fs/file-max maximum?

2002-09-16 Thread Craig Sanders
On Mon, Sep 16, 2002 at 05:02:07PM +0200, Russell Coker wrote: > > I need the increase the value because I have virtualhosts on my > > webserver and the log to diff files. > > > > beside: OK :) Another possiblity would be to log to one file and > > split that file every 24 h but right now I have se

traffic shapper.deb

2002-09-16 Thread Thedore Knab
I was wondering if anyone is using shaper.deb to manage bandwidth. http://packages.debian.org/testing/net/shaper.html The kernel modules that this package depends on are experimental in the 2.4.19 kernel. I would like to implement it, but I experimental kernel modules scare me on servers. -Te

hi

2002-09-16 Thread Bety Lora
http://www.geocities.com/alikahomapage/alika http://www.lizaclub.da.ru http://www.sokarim.tk

Re: /proc/sys/fs/file-max maximum?

2002-09-16 Thread Russell Coker
On Mon, 16 Sep 2002 16:47, Marco Kammerer wrote: > with the command > cat /proc/sys/fs/file-max > it is possible to see the value of the filehandles. > > with > echo 8192 > /proc/sys/fs/file-max > its possbile to change the value to 8092 for example! > > What are your values? And what is the maxium

/proc/sys/fs/file-max maximum?

2002-09-16 Thread Marco Kammerer
Hello with the command cat /proc/sys/fs/file-max it is possible to see the value of the filehandles. with echo 8192 > /proc/sys/fs/file-max its possbile to change the value to 8092 for example! What are your values? And what is the maxium that can be handled on woody 2.4.18? I need the increase