From a093b41dafbd7defb7612a20d5672d938b8a54ed Mon Sep 17 00:00:00 2001 From: brooks Date: Tue, 12 Jan 2010 07:49:34 +0000 Subject: Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamic kern.ngroups+1. kern.ngroups can range from NGROUPS_MAX=1023 to INT_MAX-1. Given that the Windows group limit is 1024, this range should be sufficient for most applications. MFC after: 1 month --- sys/boot/forth/loader.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/boot/forth') diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 44eef5f..523a2f7 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -101,6 +101,7 @@ module_path="/boot/modules" # Set the module search path #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="1023" # 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 -- cgit v1.1