**************************************************************************
* Copyright 1990-1992, Silicon Graphics, Inc. 
* All Rights Reserved.
*
* This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
* the contents of this file may not be disclosed to third parties, copied or 
* duplicated in any form, in whole or in part, without the prior written 
* permission of Silicon Graphics, Inc.
*
* RESTRICTED RIGHTS LEGEND:
* Use, duplication or disclosure by the Government is subject to restrictions 
* as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
* and Computer Software clause at DFARS 252.227-7013, and/or in similar or 
* successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished - 
* rights reserved under the Copyright Laws of the United States.
**************************************************************************
*
*#ident "$Revision: 1.6 $"
*
* This is a read-only file. User-specified tunables are stored
* in usr/sysgen/stune.

* nfs3_default_xfer ==> size of read and write transfers when using NFS3
* nfs3_max_threads ==> max number of active async threads per NFS3 mount.
* nfs3_rah ==> maximum readaheads allowed beyond current read request
*              nfs3_rah should *never* be set above 7.
* nfs3_unst_wtmark => limit in number of unstable buffers for NFS3 to
*		      start sending data synchronously. 
*		      Instantiated in percentage of the total nbufs in 
*		      the system (see kernel tunables).
* nfs3_commit_prd => period of background commits. 
*		     Instantiated in multiple of 10 ms.
*			
* name			default      	minimum		maximum

nfs3_default_xfer	32768		8192		49152
nfs3_max_threads	4		0		16
nfs3_rah		2		0		7
nfs3_unst_wtmark	75		65		85
nfs3_commit_prd		50		20		80
