Re: [SQU] File descriptors in FreeBSD 4.1.1

From: Shaun Jurrens <shaun.jurrens@dont-contact.us>
Date: Tue, 31 Oct 2000 13:19:11 +0100

On Tue, Oct 31, 2000 at 02:37:10PM -0800, Khalid Mahmood wrote:
#> you can do it by adding the following option in your kernel:
#>
#> options NMBCLUSTERS=32768

        This option sets network buffer clusters, I doubt he'll need this many, try half that or you'll be wasting memory unnecessarily.

        I think you meant the options:

options MAXDSIZ="(256*1024*1024)"
options DFLDSIZ="(256*1024*1024)"

or you might just up the maxusers option to 256 or 512 in your kernel config.

        which will allow the process to grow in memory, not necessarily in file descriptors.
#>
#> or do manually by:
#> sysctl -w kern.maxfiles=32768
#> sysctl -w kern.maxfilesperproc=32768

        This looks like a good way to hose the box completely. I vote for the options of the first poster. see login.conf(5) and set up login classes for process limits. Don't forget to rebuild the db as described in /etc/login.conf.

#> > >
#> > > > Hello,
#> > > >
#> > > > I'm running into a problem with too few file descriptors. I read FAQ
#> > > > section 11 and opened 4096 file descriptors using "sysctl", but when I
#> > go
#> > > > into the squid source directory, and do a stock "./configure", it just
#> > > > reports 1064 file descriptors available. After this happened, I tried
#> > to
#> > > > manually change that by going into $SRC/include/autoconf.h and
#> changing
#> > > the
#> > > > value to 4096. It compiled without any errors, but when I started it
#> > up,
#> > > it
#> > > > still reports having only 1064 file descriptors available. Is there
#> any
#> > > > files I have to modify for this to work, or what else do I have to do?
#> > > >
#> > > > -Aaron
#> > > >
#> > > > --
#> > > > To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
#> > >
#> >
#>
#> --
#> To unsubscribe, see http://www.squid-cache.org/mailing-lists.html

-- 
Med vennlig hilsen / Best Regards                               
Shaun Jurrens (System Administrator)                 
World Online Norge AS  
Postboks 598, Skøyen 
N-0277 Oslo - Norway                    
Tel. (+47) 24 11 24 00 - Fax (+47) 24 11 24 49 
--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Tue Oct 31 2000 - 05:27:21 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:56:03 MST