Re: [squid-users] squid 3.2.0.16 built --with-filedescriptors=16384 only has 256 file descriptors

2012-06-20 Thread Kinkie
On Wed, Jun 20, 2012 at 7:30 AM, gewe...@gmx.net wrote: I'm running one of the nightly 3.2.0.16. I've always built squid 3.x --with-filedescriptors=16384. Squid Cache: Version 3.2.0.16 configure options:  '--prefix=/usr/local/squid' '--build=i686-apple-darwin'

Re: [squid-users] squid 3.2.0.16 built --with-filedescriptors=16384 only has 256 file descriptors

2012-06-20 Thread YJZ
Thanks. It turns out the bash shell ulimit is 256, and Apple limits kern.maxfilesperproc to 10240, such that even max_filedescriptors 16384 in squid.conf could not overwrite that: # sysctl kern.maxfiles kern.maxfilesperproc kern.maxfiles: 12288 kern.maxfilesperproc: 10240 I can, however, use

[squid-users] squid 3.2.0.16 built --with-filedescriptors=16384 only has 256 file descriptors

2012-06-19 Thread gewehre
I'm running one of the nightly 3.2.0.16. I've always built squid 3.x --with-filedescriptors=16384. Squid Cache: Version 3.2.0.16 configure options: '--prefix=/usr/local/squid' '--build=i686-apple-darwin' '--mandir=/usr/local/share/man' '--with-large-files' '--disable-ident-lookups'