Date: Thu, 01 May 1997 14:05:27 -0700 From: David Greenman <dg@root.com> To: Kachun Lee <kachun@zippo.com> Cc: freebsd-stable@freebsd.org Subject: Re: kmem_map full with 2.2beta to 2.2-releng-970422 Message-ID: <199705012105.OAA29970@implode.root.com> In-Reply-To: Your message of "Thu, 01 May 1997 09:50:33 -0000." <1.5.4.32.19970501095033.006e6dc8@dopey.pathlink.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>clients, and our NFS servers have quite a lot of these: > > /kernel: nfsd send error 55 > >They does not seem cause any ill effect. I assume 55=ENOBUFS No buffer space >available. But I thought with the unified VM/Buffer, there are no MAXBUFFER >setting any more. Do you know what parameter I should adjust? ...that one indicates that network buffers were depleted. This usually happens when the interface queue reaches it's limit of 50 queued packets, although it can also happen if the global pool of network buffers is deleted. The most common cause of this error is a stuck network device driver - some NICs, for example will stop sending if the cable is unplugged. It can also happen on PPP/SLIP lines if hardware flow control (CTS) stays de-asserted too long. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705012105.OAA29970>