Print this page
4953763 Need way to configure NFS window sizes without changing system wide defaults
6216670 NFS server needs a bigger transmit buffer

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/fs.d/nfs/etc/nfs.dfl
          +++ new/usr/src/cmd/fs.d/nfs/etc/nfs.dfl
   1      -# ident "%Z%%M% %I%     %E% SMI"
   2    1  #
   3      -# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
        2 +# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
   4    3  # Use is subject to license terms.
   5    4  #
   6    5  # CDDL HEADER START
   7    6  #
   8    7  # The contents of this file are subject to the terms of the
   9      -# Common Development and Distribution License, Version 1.0 only
  10      -# (the "License").  You may not use this file except in compliance
  11      -# with the License.
        8 +# Common Development and Distribution License (the "License").
        9 +# You may not use this file except in compliance with the License.
  12   10  #
  13   11  # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  14   12  # or http://www.opensolaris.org/os/licensing.
  15   13  # See the License for the specific language governing permissions
  16   14  # and limitations under the License.
  17   15  #
  18   16  # When distributing Covered Code, include this CDDL HEADER in each
  19   17  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  20   18  # If applicable, add the following below this CDDL HEADER, with the
  21   19  # fields enclosed by brackets "[]" replaced with your own identifying
↓ open down ↓ 72 lines elided ↑ open up ↑
  94   92  # Determines if the NFS version 4 delegation feature will be enabled
  95   93  # for the server.  If it is enabled, the server will attempt to
  96   94  # provide delegations to the NFS version 4 client. The default is on.
  97   95  #NFS_SERVER_DELEGATION=on
  98   96  
  99   97  # Specifies to nfsmapid daemon that it is to override its default
 100   98  # behavior of using the DNS domain, and that it is to use 'domain' as
 101   99  # the domain to append to outbound attribute strings, and that it is to
 102  100  # use 'domain' to compare against inbound attribute strings.
 103  101  #NFSMAPID_DOMAIN=domain
      102 +
      103 +# Specifies TCP send and receive buffer size of NFS server connections.
      104 +#
      105 +# To override the default values and force NFS connections to use system-wide
      106 +# default TCP send and receive buffer size, set the corresponding option to 0.
      107 +#
      108 +# Default is 1048576 bytes, which is the current maximum allowable buffer size
      109 +# limited by system-wide 'tcp_max_buf' configuration variable. To set the buffer
      110 +# size beyond the current maximum allowable value, increase 'tcp_max_buf' to
      111 +# a value greater than, or equal to, the desired value for NFS_SERVER_SNDBUFSZ
      112 +# and NFS_SERVER_RCVBUFSZ. 
      113 +#
      114 +#NFS_SERVER_SNDBUFSZ=1048576
      115 +#NFS_SERVER_RCVBUFSZ=1048576
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX