Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jan 2002 15:00:05 -0800
From:      "Peter Kieser" <pfak@telus.net>
To:        <freebsd-isp@freebsd.org>
Subject:   Re: Tuning a system...
Message-ID:  <00a301c1a84f$86e21210$6401a8c0@pfak>
References:  <JAEDJCJPAKDPNHAOGCDCOEGGCBAA.troy@psknet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
You can try putting:

options         NMBCLUSTERS=16000

in you Kernel Config, and then recompling, and then adding:

kern.maxfiles=32768
kern.maxfilesperproc=32768

into your /etc/sysctl.conf; or do:

sysctl -w kern.maxfiles=32768
sysctl -w kern.maxfilesperproc=32768

So that you dont have to reboot again; both will work, but the second method
you have to do every single time you startup your computer.


Cheers,
  --Peter


----- Original Message -----
From: "Troy Settle" <troy@psknet.com>
To: <freebsd-isp@freebsd.org>
Sent: Monday, January 28, 2002 2:53 PM
Subject: Tuning a system...


>
> All,
>
> Ever since updating to 4.x (just after 4.1 went to -STABLE), I've
> experienced problems with several of my systems running out of file
> descriptors.
>
> For example, on my mail server (4.2-STABLE 2/27/01):
>
> kern.maxfiles: 8092
> kern.maxfilesperproc: 2088
> kern.openfiles: 332
>
> This is normal, the machine has been up for 55 days with 0 problems.
> However, three times since installing this machine (4.1-R, 2 updates
since),
> it's ran out of file descriptors, yet I could not find any processes to
> account for this behavior.
>
> So... my question is, how can I tune my FreeBSD 4-STABLE boxes to run a
> little more stable? I intend to update soon, I've just been putting it off
> in favor of running my business.
>
> FYI, I don't consider myself an amature admin... my previous employer has
2
> 3.2-STABLE boxes that have been running for 2+ years without issue (one is
a
> mail server w/5000+ accounts, the other is a web server serving with an
> entire class-c bound to it, serving >280k hits per day).
>
> Any help or suggestions is appreciated,
>
> --
>   Troy Settle
>   Pulaski Networks
>   540.994.4254 - 866.477.5638
>   http://www.psknet.com
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-isp" in the body of the message



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00a301c1a84f$86e21210$6401a8c0>