[isp-caching] squid - file descriptors

2002-10-17 Thread Gavin
Hello, I'm having some trouble with running out of file descriptors on a slackware-8.1 (2.4.18) box running squid-2.5.stable1. I've tried setting SQUID_MAXFD in the squid configure script, OPEN_MAX in /usr/include/linux/limits.h and /proc/sys/fs/file-max to 65536, but after making clean and recom

[isp-caching] RE: squid - file descriptors

2002-10-17 Thread Ivan
Hi Gavin, you should configure system (kernel) with: echo "1024 2048 3072" > /proc/sys/vm/freepages echo 4096 > /proc/sys/fs/file-max put that commands in /etc/rc.boot/ and try it out.. And you have to compile squid to use more than 1024 file descriptors. ./configure --file-description 4096 or s

[isp-caching] RE: squid - file descriptors

2002-10-17 Thread Gavin
Hello Ivan, thankls for your help, however I don't have a freepages file on this machine, and am unable to create one. Gavin - Original Message - From: "Ivan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 17, 2002 2:47 PM Subject: [isp-caching] RE: squid - file des