#ident "@(#)memtune	1.5 91/07/12"
#
#	Copyright (c) 1990 Altos Computer Systems
#	All Rights Reserved.
#
#	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ALTOS.
#	The copyright notice above does not evidence any
#	actual or intended publication of such source code.
#
#
#	memtune:	
#
#	A table of tunable parameters that need to be "tuned" when 
#	changing the size of system memory.
#
#
#	- First column is the tunable parameter requiring the
#	  change.
#
#	- The second column is the base value that 'idmemtune'
#	  uses to set parameters for a base system.  The values
#	  of the base system is based on the smallest memory
#	  configuration that is supported -- 4Mb.
#
#	- The third column is the value added to the base value
#	  for each additional 4Mb of memory added to the system.
#
#	- The fourth column is the maximum value that the
#	  tunable parameter can be set to.
#
#	- The fifth column (optional) is a string of special option(s)
#	  which directs idmemtune to calculate the new tunable param
#	  value differently.
#
#		Option	Description
#
#		  P	Set new value to be the smallest power of
#			2 greater than or equal to the normal
#			calculation.
#
#
#			Base	   Value to Add		Max
# TUNABLE PARM		Value	    Every 4Mb	       Value	Options
#
NCALL			  75		 10		 350
NINODE			 512		256		6144
NS5INODE		 512		256		6144
NFILE			 512		256		6144
NPROC			 200		100		2400
NREGION			 700		350		8400
FLCKREC			 100		 20		 650
NHBUF			 512		256		6144	P
NBUF			 512		256		6144
