From owner-freebsd-hackers@FreeBSD.ORG Wed Feb 11 08:00:22 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8336C16A4CE for ; Wed, 11 Feb 2004 08:00:22 -0800 (PST) Received: from digitalme.com (imap.digitalme.com [193.97.97.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 759D943D31 for ; Wed, 11 Feb 2004 08:00:22 -0800 (PST) (envelope-from dkt@digitalme.com) Received: from dkt [61.10.7.113] by digitalme.com with NIMS ModWeb Module; Thu, 12 Feb 2004 00:00:21 +0800 From: Dung Patrick To: freebsd-hackers@freebsd.org, Date: Thu, 12 Feb 2004 00:00:21 +0800 X-Mailer: NIMS ModWeb Module X-Sender: dkt MIME-Version: 1.0 Message-ID: <1076515221.c8c39aa0dkt@digitalme.com> Content-Type: text/plain; charset="BIG5" Content-Transfer-Encoding: quoted-printable Subject: Questions about kern.threads.max_{threads_per_proc,groups_per_proc) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2004 16:00:22 -0000 Hi If kern.threads.max_threads_per_proc is set to 25000, what should be the corresponding value for kern.threads.max_groups_per_proc= ? Also I would like to know if both parameters would consume memory, or other= effects of setting too high. Thank you. Patrick