hi,
> I am running Squid-2.4.STABLE4 under RedHat 7.2. In my cache.log file, it says "FD size is 1024."
>
> How can I increase FDs in squid ?
put into your /etc/sysctl.conf these lines:
fs.file-max = 4096
fs.inode-max = 16384
and/or see in squid configuration guide and/or FAQ.
after this run as root the 'sysctl [-p]' command.
bye:
air
Received on Wed Apr 30 2003 - 14:44:26 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:15:45 MST