From owner-freebsd-questions Thu Sep 21 0:55:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from osiris.ipform.ru (osiris.ipform.ru [212.158.165.98]) by hub.freebsd.org (Postfix) with ESMTP id 96AC437B423 for ; Thu, 21 Sep 2000 00:55:44 -0700 (PDT) Received: from wp2 (wp2 [192.168.0.12]) by osiris.ipform.ru (8.11.0/8.11.0) with SMTP id e8L7tpr05744 for ; Thu, 21 Sep 2000 11:56:09 +0400 (MSD) (envelope-from matrix@ipform.ru) Message-ID: <009401c023a1$53dd6920$0c00a8c0@ipform.ru> From: "Artem Koutchine" To: Subject: NGROUPS_MAX Date: Thu, 21 Sep 2000 11:55:16 +0400 Organization: IP Form MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I have changed NGROUPS_MAX to 128 in the following files: /usr/include/sys/syslimits.h /usr/src/sys/sys/syslimits.h in order to support good security using Apache suEXEC feature. It is very annoying to fix those file every time after cvsup, but it is worth it. The question is how large can i set this number? Will it a lot of memory or will it do my system a bit more unstable if it grows up to 30000? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message