Re: [squid-users] how to get the max usable FD number squid used

2006-12-04 Thread Adrian Chadd
On Mon, Dec 04, 2006, Nguyen, Khanh, INFOT wrote: > The cache.log file reports the number of file descriptors that the squid > can use. You can also get it out of the cachemgr output under the "info" page. Squid also can tell you where each of its currently open filedescriptors are connected to vi

RE: [squid-users] how to get the max usable FD number squid used

2006-12-04 Thread Nguyen, Khanh, INFOT
The cache.log file reports the number of file descriptors that the squid can use. Khanh -Original Message- From: Jm lists [mailto:[EMAIL PROTECTED] Sent: Sunday, December 03, 2006 10:25 PM To: squid-users@squid-cache.org Subject: [squid-users] how to get the max usable FD number squid u

Re: [squid-users] how to get the max usable FD number squid used

2006-12-04 Thread Itzcak Pechtalt
Even if the compiled MAX_FD is large, you have to permit local squid to open more then 1024 file descriptors. The value depends in Linux system on /etc/security/limits.conf, and maybe different for every installation, or to be changed dynamically. To chnage it on the fly run ulimit before runing