-----Urspr�ngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 5. August 2004 18:39 An: [EMAIL PROTECTED] Betreff: [squid-users] FILEDESCRIPTORS
Hi everybody I have squid-2.5STABLE6 with SQUIDGUARD on Redhat 9 but I get the error WARNING �your cache is running out of file descriptors . I read the documentation about it but It says that with kernel 2.2 X or later there is no problem but I have it . Does somebody have an idea ? Thanks Hi, maybe the following may help. Infos about actually used file handles in: /proc/sys/fs/file-nr To increase maximum of file handles: echo yourincreasednummberoffileshandles > /proc/sys/fs/file-max For persistent entries edit: /etc/sysctl.conf Have a look at: /usr/src/linux-yourkernelversion/Documentation/sysctl/kernel.txt Bye j.birck
