/opt/squid/bin/squid
i have added this line to the following file
/etc/rc.d/rc.local
i have also added the ulimit command to the same file, so that when ever i reboot my machine this file will run before the squid command.
but still i see 1024 in the cache.log file.
anyway, can u please guide me solve this problem, and what is the link for the FAQ so that i can check it.
Regards,
Alex
On Thu, 24 Mar 2005, Alex wrote:
following :im still not able to change the file descriptor in my squid box, i have found an article on the internet advising me to do the
vi /usr/include/bits/types.h and then add the line # define __FD_SETSIZE 8192
Why did you edit this file? (no longer required).
after that , i have saved the file, and put this command on the shell ulimit -HSn 8192
OK.
then i have compiled the squid., anyway,, when i tail to thecache.log file i
still see the file descriptor as 1024 which means the modification imade
didnt take place.
Did you also set the ulimit before starting Squid?
All of this is explained in detail in the FAQ.
Regards
Henrik