From owner-freebsd-hackers@FreeBSD.ORG Sun Feb 29 13:02:09 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 79B7416A4CE for ; Sun, 29 Feb 2004 13:02:09 -0800 (PST) Received: from aries.ai.net (aries.ai.net [205.134.163.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EEDB43D2F for ; Sun, 29 Feb 2004 13:02:09 -0800 (PST) (envelope-from deepak@ai.net) Received: from ai.net (mikej@pool-151-200-114-38.res.east.verizon.net [151.200.114.38]) by aries.ai.net (8.9.3/8.9.3) with ESMTP id QAA20807; Sun, 29 Feb 2004 16:02:04 -0500 (EST) (envelope-from deepak@ai.net) Message-ID: <4042534B.1040105@ai.net> Date: Sun, 29 Feb 2004 16:02:03 -0500 From: Deepak Jain User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Don Bowman , freebsd-hackers@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: 4.9 boot problem on em0 platform. 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: Sun, 29 Feb 2004 21:02:09 -0000 > Just a guess, but i think you've bumped nmbclusters or nmbufs up > too much (or perhaps maxsockets, maxfds, ...) and have run out of > KVA. > > You can tune clusters & mbufs in loader.conf without recompiling > kernel. You will want to see what vm.zone_kmem_pages, vm.zone_kmem_kvaspace > are showing you, vmstat -z, vmstat -m, etc. > > You may want to alter VM_KMEM_SIZE_SCALE to e.g. '2' if you are > trying to put more into the kernel mem space. > The kernel that works from another machine has the same settings (NMBCLUSTERS=65536, maxusers=512). The machine has 2GB of RAM. How do you undo the loader.conf settings when the machine won't boot because of the settings you made? :| thanks, Deepak