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 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 32372. i did

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:

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 FIN_WAIT_1 has

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

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

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

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 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 loader.conf It reboots automatically

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. http

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 the server

Re: kern.ipc.nmbclusters

2004-06-30 Thread Bill Moran
Steve Bertrand [EMAIL PROTECTED] wrote: 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

Re: kern.ipc.nmbclusters

2004-06-30 Thread Steve Bertrand
) 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.nmbclusters=4096 or this: kern.ipc.nmbclusters=4096 I certainly don't need

Re: kern.ipc.nmbclusters

2004-06-30 Thread Mark Terribile
Steve Bertrand [EMAIL PROTECTED] writes: 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