From owner-freebsd-stable@FreeBSD.ORG Thu Dec 16 13:42:06 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 071A716A4CF for ; Thu, 16 Dec 2004 13:42:06 +0000 (GMT) Received: from ux11.ltcm.net (ux11.ltcm.net [64.215.98.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A7CE43D46 for ; Thu, 16 Dec 2004 13:42:05 +0000 (GMT) (envelope-from mipam@ibb.net) Received: from ux11.ltcm.net (mipam@localhost.ltcm.net [IPv6:::1]) by ux11.ltcm.net (8.12.9/8.12.9/UX11TT) with ESMTP id iBGDg395023841 for ; Thu, 16 Dec 2004 14:42:03 +0100 (MET) Received: from localhost (mipam@localhost) by ux11.ltcm.net (8.12.9/8.12.9/Submit) with ESMTP id iBGDg2db018953 for ; Thu, 16 Dec 2004 14:42:02 +0100 (MET) X-Authentication-Warning: ux11.ltcm.net: mipam owned process doing -bs Date: Thu, 16 Dec 2004 14:42:02 +0100 (MET) From: Mipam X-X-Sender: mipam@ux11.ltcm.net To: freebsd-stable@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: nmbcluster change X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 13:42:06 -0000 Hi, The nmbcluster option from the kernel config file is no longer possible in 5.3. Instead the systctl kern.ipc.nmbclusters should be used now in /boot/loader.conf? Normally i would set this value to 65535 (maximum value?) in order to make fbsd handle lots and lots of connections. So i should put kern.ipc.nmbclusters=65535 in /boot/loader.conf in order to reach the same result? Setting this value to 0, what does this do? Bye, Mipam.