Ok, Here is my output of netstat: $ netstat -m 331 mbufs in use: 326 mbufs allocated to data 2 mbufs allocated to packet headers 3 mbufs allocated to socket names and addresses 72/152/6144 mbuf clusters in use (current/peak/max) 420 Kbytes allocated to network (53% in use) 0 requests for memory denied 0 requests for memory delayed 0 calls to protocol drain routines $
But rusers still gives that warning message, as also rup: $ rusers rusers: can't send broadcast packet: No buffer space available $ rup rup: RPC: Unable to send $ How could i fix it? On 3/19/07, Darren Spruell <[EMAIL PROTECTED]> wrote:
On 3/19/07, Gustavo Rios <[EMAIL PROTECTED]> wrote: > Dear list members, > > how could i adjust my mbuf size? Need i to compile a news kernel ? > kern.maxclusters allows setting new limits for mbufs. This would supposedly go out with the same tuning warnings as usual; you may find you need a very good reason to adjust that, if it should be adjusted at all. Does 'netstat -m' show that you're hitting limits? This advice may apply to your situation as well: http://archives.neohapsis.com/archives/openbsd/2004-07/1783.html DS