Maximum value for kern.ipc.nmbclusters

2007-01-27 Thread Tek Bahadur Limbu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear All, What is supposed to be the maximum value of kern.ipc.nmbclusters ? - -- With best regards and good wishes, Yours sincerely, Tek Bahadur Limbu (TAG/TDG Group) Jwl Systems Department Worldlink Communications Pvt. Ltd. Jawalakhel

Re: kern.ipc.nmbclusters

2005-03-16 Thread Charles Swiger
On Mar 16, 2005, at 4:44 PM, kalin mintchev wrote: You were exceeding the amount of socket buffer memory available there. i'm aware of that. the question is why? The literal answer is that this pool of open connections with lots of unsent data is clogging things up. Why those connections are not

Re: kern.ipc.nmbclusters

2005-03-16 Thread kalin mintchev
thanks Charles... > > You were exceeding the amount of socket buffer memory available there. i'm aware of that. the question is why? >>> huge difference. so i think about 260 lines of netstat -p tcp output >>> like: >>> >>> tcp4 0 33580 server.http c68.112.166.214..3307 >>>

Re: kern.ipc.nmbclusters

2005-03-16 Thread Charles Swiger
On Mar 16, 2005, at 3:01 PM, kalin mintchev wrote: 11125 requests for memory denied 1 requests for memory delayed 0 calls to protocol drain routines You were exceeding the amount of socket buffer memory available there. huge difference. so i think about 260 lines of netstat -p tcp output like: tc

Re: kern.ipc.nmbclusters

2005-03-16 Thread kalin mintchev
where else can i ask about this? i tried bsdforums but still total silence there too... > >> Did you check top to see if you even use swap? > > yea. very small amount. > Swap: 2032M Total, 624K Used, 2031M Free > >> I never use swap with >> 512MB on my desktop. Read man tuning, around byte 3237

Re: kern.ipc.nmbclusters

2005-03-15 Thread kalin mintchev
> Did you check top to see if you even use swap? yea. very small amount. Swap: 2032M Total, 624K Used, 2031M Free > I never use swap with > 512MB on my desktop. Read man tuning, around byte 32372. i did a few times. don't remember which byte was it thought... > Try netstat > -m. i did. here

Re: kern.ipc.nmbclusters

2005-03-15 Thread Jason Henson
On 03/15/05 18:02:22, kalin mintchev wrote: ok.. to day for a first time ever i saw this in my logs: /kernel: All mbuf clusters exhausted so i gotta up the kern.ipc.nmbclusters.. also what would be a decent nmbclusters to specify in the loader for a gig or ram and 2 gigs of swap? how many

kern.ipc.nmbclusters

2005-03-15 Thread kalin mintchev
ok.. to day for a first time ever i saw this in my logs: /kernel: All mbuf clusters exhausted so i gotta up the kern.ipc.nmbclusters.. also what would be a decent nmbclusters to specify in the loader for a gig or ram and 2 gigs of swap? how many mbufs per cluster? also why is this client

Re: kern.ipc.nmbclusters in version 4.11

2005-02-17 Thread Chris
I think kern.ipc.nmbclusters is a kernel setting in 4.11 not loader.conf Chris On Wed, 16 Feb 2005 11:30:14 -0800 (PST), ann kok <[EMAIL PROTECTED]> wrote: > Hi all > > I installed freebsd 4.11 in amd64 machine. > > but I can't set kern.ipc.nmbclusters in l

kern.ipc.nmbclusters in version 4.11

2005-02-16 Thread ann kok
Hi all I installed freebsd 4.11 in amd64 machine. but I can't set kern.ipc.nmbclusters in loader.conf It reboots automatically! pls help Thank you __ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search.

Re: kern.ipc.nmbclusters

2004-06-30 Thread Mark Terribile
were exhausted. So I tried to set kern.ipc.nmbclusters=4096 (which > should cover the load of the server), but found out after it is not a > run-time tunable parameter. This doesn't answer the question asked, but it may be useful. A few years ago (and a few releases ago) I was working on a networ

Re: kern.ipc.nmbclusters

2004-06-30 Thread Steve Bertrand
t _very_ early > in the boot process (before sysctl.conf is used) and can not be changed > later. > > You can also put this value in your kernel config and recompile your > kernel. Thanks Bill. It is not completely clear which syntax would be right for the file...this: kern.ipc.nmbcluste

Re: kern.ipc.nmbclusters

2004-06-30 Thread Bill Moran
> mbufs were exhausted. So I tried to set kern.ipc.nmbclusters=4096 (which > should cover the load of the server), but found out after it is not a > run-time tunable parameter. > > I searched google, and gathered that I should put this setting in > /boot/loader.conf. > > This is contra

kern.ipc.nmbclusters

2004-06-30 Thread Steve Bertrand
I have a machine that is rebooting with the following error: "All mbuf clusters exhausted, please see tuning(7)." Which through google and man tuning I was able to figure out that indeed, mbufs were exhausted. So I tried to set kern.ipc.nmbclusters=4096 (which should cover the load of