]> git.decadent.org.uk Git - nfs-utils.git/blob - etc/redhat/nfs
dfc08c1ad29849cdc2c3349014a24c2a9f639da5
[nfs-utils.git] / etc / redhat / nfs
1 # $Id: nfs,v 1.1 2002/04/08 21:43:24 hjl Exp $
2 #
3 # For more information on nfs tuning, please see the NFS-HOWTO
4 # http://nfs.sourceforge.net/nfs-howto/
5
6 # Pass any additional options for mountd.
7 # MOUNTD_OPTIONS=
8
9 # Pin mountd to a given port rather than random one from portmapper
10 # MOUNTD_PORT=
11
12 # Don't advertise TCP for mount.
13 # MOUNTD_TCP=no
14
15 # NFS V3
16 # MOUNTD_NFS_V3=auto|yes|no
17
18 # NFS V2
19 # MOUNTD_NFS_V2=auto|yes|no
20
21 # The number of open file descriptors
22 # MOUNTD_OPEN_FILES=128
23
24 # Pass the number of instances of nfsd (8 is default; 16 or more
25 # might be needed to handle heavy client traffic)
26 # NFSDCOUNT=8
27
28 # Increase the memory limits on the socket input queues for
29 # the nfs processes .. NFS  benchmark SPECsfs demonstrate a
30 # need for a larger than default size (64kb) .. setting
31 # TUNE_QUEUE to yes will set the values to 256kb.
32 # TUNE_QUEUE="yes"
33 # NFS_QS=262144