Re: [squid-users] Squid Proxy timing out 500/503 errors

2024-03-08 Thread Yvain PAYEN
We can see with this output that your line max_filedescriptors 64000 is not working. It can be your system that have a default limit of 4096 fd by process. Personally I have created this file to setup the limit : root@myproxy:~$ cat /etc/security/limits.d/10-squid.conf squidsoft

Re: [squid-users] Squid Proxy timing out 500/503 errors

2024-03-08 Thread M, Anitha (CSS)
Hi, I used squidclient mgr:info to get the usage, and see enough available descriptors. File descriptor usage for squid: Maximum number of file descriptors: 4096 Largest file desc currently in use: 1885 Number of file desc currently in use: 1879 Files queued

Re: [squid-users] Squid Proxy timing out 500/503 errors

2024-03-08 Thread Yvain PAYEN
Hi Anitha, Please check with "cat /proc/(pid)/limits" the Max open files limit for your squid process. You can also use "squidclient mgr:info" to display File descriptor usage by squid. Regards, Yvain PAYEN Tessi France -Message d'origine- DeĀ : squid-users De la part de M, Anitha