: Wednesday, June 22, 2016 12:54 AM
To: squid-users@lists.squid-cache.org
Subject: Re: [squid-users] Unable to increase max_filedescr
On 22/06/2016 12:52 p.m., Baird, Josh wrote:
> Replying to myself, but it appears that this package was compiled using
> '--max-fd=16384'.
>
> Is there
On 22/06/2016 12:52 p.m., Baird, Josh wrote:
> Replying to myself, but it appears that this package was compiled using
> '--max-fd=16384'.
>
> Is there anyway, other than re-compiling and building new packages, to
> increase beyond this?
ulimit in the init script or OS setting might be restrict
On Behalf
Of Baird, Josh
Sent: Tuesday, June 21, 2016 8:46 PM
To: squid-users@lists.squid-cache.org
Subject: [squid-users] Unable to increase max_filedescr
Hi,
I'm running 2.6STABLE (yes, I know it's ancient) and I'm unable to increase
max_filedescr beyond 16384.
# grep max_f
Hi,
I'm running 2.6STABLE (yes, I know it's ancient) and I'm unable to increase
max_filedescr beyond 16384.
# grep max_file /etc/squid/squid.conf
max_filedesc32768
# ulimit -n
32678
# squidclient -p 80 mgr:info | grep 'Maximum number'
Maximum number of file descriptors: 16384
I