summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2000-03-27 21:38:35 +0000
committerdillon <dillon@FreeBSD.org>2000-03-27 21:38:35 +0000
commitd7295a1a39d1518cf454629be7cb8e3e0623831d (patch)
treef4dd9c13115dc5e1bab374059995b9003ac013fb /share
parent5ccef75e02afa360480c05b8d01bdd8f2abc39bc (diff)
downloadFreeBSD-src-d7295a1a39d1518cf454629be7cb8e3e0623831d.zip
FreeBSD-src-d7295a1a39d1518cf454629be7cb8e3e0623831d.tar.gz
Add a sysctl to specify the amount of UDP receive space NFS should
reserve, in maximal NFS packets. Originally only 2 packets worth of space was reserved. The default is now 4, which appears to greatly improve performance for slow to mid-speed machines on gigabit networks. Add documentation and correct some prior documentation. Problem Researched by: Andrew Gallatin <gallatin@cs.duke.edu> Approved by: jkh
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/rc.conf.59
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 95aa2be..4ef54a0 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -491,10 +491,17 @@ It is commonly needed to run CFS without real NFS used.
.Ar YES ,
allow services like PCNFSD to make non-privileged mount
requests.
-.It Ar nfs_reserved_port_only
+.It Ar nfs_privport
(bool) If set to
.Ar YES ,
provide NFS services only on a secure port.
+.It Ar nfs_bufpackets
+(integer) If set to a number, indicates the number of packets worth of
+socket buffer space to reserve on an NFS client. If set to
+.Ar DEFAULT ,
+the kernel default is used (typically 4). Using a higher number may be
+useful on gigabit networks to improve performance. The minimum value is
+2 and the maximum is 64.
.It Ar rcp_lockd_enable
(bool) If set to
.Ar YES
OpenPOWER on IntegriCloud