Date: Tue, 20 Jan 2004 13:19:49 -0500 From: Charles Swiger <cswiger@mac.com> To: misterb@bmyster.com Cc: questions@freebsd.org Subject: Re: UDP errors and syslog & BSD Message-ID: <3C02089A-4B75-11D8-8D97-003065ABFD92@mac.com> In-Reply-To: <1311.66.63.97.2.1074618159.squirrel@new.host.name> References: <1311.66.63.97.2.1074618159.squirrel@new.host.name>
next in thread | previous in thread | raw e-mail | index | archive | help
On Jan 20, 2004, at 12:02 PM, Brent Bailey wrote: > the errors im concerned about are > 5775699 dropped due to full socket buffers > > and > 319427 dropped due to no socket > > the first makes me think that the buffers are depleted and cant > written to > if so ...how do i correct this ? "netstat -m" should list the network memory buffers and their usage. You might try adding: options NMBCLUSTERS=8192 ...to your kernel config file and rebuilding your kernel, if you were running low. -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C02089A-4B75-11D8-8D97-003065ABFD92>