Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 2004 15:51:26 +0200 (CEST)
From:      Claus Guttesen <cguttesen@yahoo.dk>
To:        Sascha Holzleiter <sascha@daemonground.de>, current@freebsd.org
Subject:   Re: RELENG_5 nfs performance
Message-ID:  <20040920135126.16843.qmail@web14123.mail.yahoo.com>
In-Reply-To: <1095681918.79469.11.camel@area51.cc-web.ma.schlund.de>

next in thread | previous in thread | raw e-mail | index | archive | help
> I then upgraded to 5.3-BETA4 which gives me the same
> results.
> Is there anything I'm missing here? The system is

Try switching to TCP rather than UDP on the server,
/etc/rc.conf:

nfs_server_flags="-t -u -n 10" 

set read- and write-size to 32768 on the client,
/etc/fstab:

jasmin:/data /data nfs
rw,tcp,intr,nfsv3,-w=32768,-r=32768 0 0

Claus



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040920135126.16843.qmail>