Re: [SQU] File descriptors in FreeBSD 4.1.1

From: Khalid Mahmood <khaled@dont-contact.us>
Date: Tue, 31 Oct 2000 14:37:10 -0800

you can do it by adding the following option in your kernel:

  options NMBCLUSTERS=32768

  or do manually by:
  sysctl -w kern.maxfiles=32768
  sysctl -w kern.maxfilesperproc=32768

  Regards,
  Khalid Mahmood

> > ----- Original Message -----
> > From: "Aaron Seelye" <aseelye@dynacom.net>
> > To: <squid-users@ircache.net>
> > Sent: Monday, October 30, 2000 12:09 PM
> > Subject: [SQU] File descriptors in FreeBSD 4.1.1
> >
> >
> > > 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
Received on Tue Oct 31 2000 - 02:40:31 MST

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