[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Too many files open error.....



>(Too ma
>ny open files)accept() failed errno 24 (Too many open files)accept() failed
>errn
>o 24 (Too many open files)accept() failed errno 24 (Too many open
>files)accept
>Anybody got an idea why it might do this?

Your exceeding the default 8192 (if this is Linux) file handle limit.  
This is a pretty low limit, raise with 
"sysctl -w fs.file-max=32767" as root.  If your on a RH box put 
"fs.file-max = 32767" in /etc/sysctl.conf  so it gets redone next time 
you boot.

See ftp://kalamazoolinux.org/pub/pdf/PerfTune2001.pdf for more details.

-- 
-----------------------------------------------------------
Ximian GNOME, Evolution, LTSP, and RedHat Linux + LVM & XFS
-----------------------------------------------------------