From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 08:43:47 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 468A416A4CE for ; Mon, 18 Apr 2005 08:43:47 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 934B843D31 for ; Mon, 18 Apr 2005 08:43:46 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so1012849rng for ; Mon, 18 Apr 2005 01:43:46 -0700 (PDT) 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:content-disposition:references; b=BaIsktdObrBLCLklrLP2FCCloOF1MXFDYU9mUO06tPC6PwJpzSL6O7DTSFUB+5WHcBH8eb9R/Y3inMIgoJ6vz0aJuq5hQbEcIt+oQfrsvU4IvaV3YVJL8mvInukYrQgFIcajyM+y1dYtbXcTZJchqNFUN37n0xfcQSGTJDWKqTU= Received: by 10.38.67.66 with SMTP id p66mr3399778rna; Mon, 18 Apr 2005 01:43:46 -0700 (PDT) Received: by 10.38.149.53 with HTTP; Mon, 18 Apr 2005 01:43:46 -0700 (PDT) Message-ID: Date: Mon, 18 Apr 2005 10:43:46 +0200 From: Claus Guttesen To: Willem Jan Withagen In-Reply-To: <4262CFBF.4090709@withagen.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6eb82e05041500274172afd3@mail.gmail.com> <20050416122222.GA12385@totem.fix.no> <6eb82e0504160536572e068c@mail.gmail.com> <20050416183755.GB61170@xor.obsecurity.org> <4262CFBF.4090709@withagen.nl> cc: stable@freebsd.org cc: Kris Kennaway Subject: Re: NFS defaults for read/write blocksize....(Was: Re: 5.4/amd64 console hang) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Claus Guttesen List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 08:43:47 -0000 > >>By the way, I'm thinking that more frequently hang might related with > >>large read/write block in mount_nfs -r/-w (I use 8192, original is 1024= ). > > > > > > That's certainly possible since non-default settings don't get as much > > testing. It would be good to get a traceback. >=20 > Has it even been considered to up these values to something bigger?? Read- and write-size of 32768 seems to work optimal for me: nfssrv:/nfsmnt /localsrv/nfsmnt nfs =20 rw,tcp,intr,nfsv3,-w=3D32768,-r=3D32768 0 0 Nfs-server is an i386 and clients are i386 and amd64. regards Claus