Date: Fri, 1 Jun 2007 13:13:50 -0700 From: "Michael K. Smith - Adhost" <mksmith@adhost.com> To: "Christopher Hilton" <chris@vindaloo.com>, "Devin Heckman" <terrio@rescomp.berkeley.edu> Cc: freebsd-questions@freebsd.org Subject: RE: NFS tuning on FreeBSD Message-ID: <17838240D9A5544AAA5FF95F8D52031602171159@ad-exh01.adhost.lan> In-Reply-To: <465CB591.4050607@vindaloo.com> References: <20070529205419.GO4099@rescomp.berkeley.edu> <465CB591.4050607@vindaloo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello: > Devin Heckman wrote: > [snip] >=20 > > Does anyone have any experience tuning NFS mounts on FreeBSD > machines? > > >=20 [snip] Here's what we use for mount options in /etc/fstab, basically culled from the O'Reilly NFS book. rw,tcp,intr,noatime,nfsv3,-w=3D65536,-r=3D65536 You have to be careful with noatime if you have applications that use atime, but we didn't so that cuts down on the number of reads significantly. Regards, Mike
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17838240D9A5544AAA5FF95F8D52031602171159>