1
0
Files
2022-09-29 17:59:04 +03:00

42 lines
1.7 KiB
Plaintext

**************************************************************************
* 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.4 $"
*
* This is a read-only file. User-specified tunables are stored
* in usr/sysgen/stune.
* lockd - lock daemon
* lockd_grace_period ==> NLM grace period time in seconds
* lock_share_requests ==> apply corresponding UNIX file locks for share requests
* nlm_granted_timeout ==> timeout used when granting blocked requests
* nlm_maxdupreqs ==> maximum number of duplicate lock request entries
* max_lockd_procs ==> maximum number of nfsd/lockd processes blocked for file
* locks (automatically configured to 2/3 of the nproc value)
lockd: run
* name default minimum maximum
lockd_grace_period 45 1 3600
lock_share_requests 0 0 1
nlm_granted_timeout 1 1 50
nlm_maxdupreqs 0 50 10000
nlm_callback_retry 3 0 20
max_lockd_procs 0 20 13000