svn commit: r201965 - projects/ngroups/sys/boot/forth

Brooks Davis brooks at FreeBSD.org
Sun Jan 10 00:08:26 UTC 2010


Author: brooks
Date: Sun Jan 10 00:08:26 2010
New Revision: 201965
URL: http://svn.freebsd.org/changeset/base/201965

Log:
  Document the kern.ngroups tunable.

Modified:
  projects/ngroups/sys/boot/forth/loader.conf

Modified: projects/ngroups/sys/boot/forth/loader.conf
==============================================================================
--- projects/ngroups/sys/boot/forth/loader.conf	Sat Jan  9 23:50:47 2010	(r201964)
+++ projects/ngroups/sys/boot/forth/loader.conf	Sun Jan 10 00:08:26 2010	(r201965)
@@ -101,6 +101,7 @@ module_path="/boot/modules"	# Set the mo
 #kern.maxusers="32"		# Set size of various static tables
 #kern.nbuf=""			# Set the number of buffer headers
 #kern.ncallout=""		# Set the maximum # of timer events
+#kern.ngroups="1027"		# Set the maximum # of supplemental groups
 #kern.sgrowsiz=""		# Set the amount to grow stack
 #kern.cam.scsi_delay="2000"	# Delay (in ms) before probing SCSI
 #kern.ipc.maxsockets=""		# Set the maximum number of sockets avaliable


More information about the svn-src-projects mailing list