From owner-freebsd-stable@FreeBSD.ORG Sat Jan 8 20:43:54 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AA4316A4CE for ; Sat, 8 Jan 2005 20:43:54 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3307743D3F for ; Sat, 8 Jan 2005 20:43:54 +0000 (GMT) (envelope-from chrcoluk@gmail.com) Received: by rproxy.gmail.com with SMTP id c16so599530rne for ; Sat, 08 Jan 2005 12:43:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=gR2eRdhEyeEfWPtZSPBBi9Pq/g/fpza1DSt7e/Bh3+GD8vgfGGkJTb4dsK418Vc9bQePv0CkBzHEDeLxBl3zy1EtY3PEHzDS/siJx8V+Pu00fjwgjsMGag7j9WGAw9Rp/C1P94F6MrAcHu77eJ2m7NloVRlRKte41xXPoTF4U7c= Received: by 10.38.207.36 with SMTP id e36mr546233rng; Sat, 08 Jan 2005 12:43:53 -0800 (PST) Received: by 10.39.1.45 with HTTP; Sat, 8 Jan 2005 12:43:53 -0800 (PST) Message-ID: <3aaaa3a0501081243395726d2@mail.gmail.com> Date: Sat, 8 Jan 2005 20:43:53 +0000 From: Chris To: Bosko Milekic In-Reply-To: <20050106223854.GA97444@technokratis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <3aaaa3a0501060612502ce616@mail.gmail.com> <20050106223854.GA97444@technokratis.com> cc: freebsd-stable@freebsd.org Subject: Re: mbufs on 5.3-STABLE possible bug X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chris List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jan 2005 20:43:54 -0000 thanks I will try this out as soon as possible and report back. On Thu, 6 Jan 2005 17:38:54 -0500, Bosko Milekic wrote: > > Please try the attached patch. It's not exactly perfect but it might > solve your problem. Let me know. > > -Bosko > > On Thu, Jan 06, 2005 at 02:12:33PM +0000, Chris wrote: > > Hi > > > > After reading the release notes and upgrading my server's I had set > > the following in my /boot/loader.conf. > > > > kern.ipc.nmbclusters="0" > > > > This is supposed to make the limit to unlimited as I understood from > > the docs, but a user on one of my server's reported slow download > > speeds he was testing with wget and fetch, so we compared with another > > FreeBSD server (5.2.1) on the same network and sure enough there was a > > massive difference (45mbit on the other server 5mbit on mine), I spent > > ages checking all my tweaks and changes I made comparing between the 2 > > server's and ended up checking my loader.conf and tried setting a > > value and leaving it as auto, both of these changes fixed the download > > speed issue but setting to "0" introduces the problem. > > > > Has anyone else noticed this? > > > > Chris > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > -- > Bosko Milekic > bmilekic@technokratis.com > bmilekic@FreeBSD.org > > >