From owner-freebsd-questions@FreeBSD.ORG Sun Oct 21 16:50:05 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0DE5521E for ; Sun, 21 Oct 2012 16:50:05 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from icp-osb-irony-out5.external.iinet.net.au (icp-osb-irony-out5.external.iinet.net.au [203.59.1.221]) by mx1.freebsd.org (Postfix) with ESMTP id 7010F8FC0C for ; Sun, 21 Oct 2012 16:50:03 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlMJACwmhFA6Buq4/2dsb2JhbABEhSu6XQSBBIEIgiABAQQBOj8FCwsNAScRFBgxE4d+Bbowi3MBNYVFYAOVcIVSNYozgwOBRgEf X-IronPort-AV: E=Sophos;i="4.80,626,1344182400"; d="scan'208";a="52381010" Received: from unknown (HELO smtp.phoenix) ([58.6.234.184]) by icp-osb-irony-out5.iinet.net.au with ESMTP; 22 Oct 2012 00:49:53 +0800 Received: by smtp.phoenix (Postfix, from userid 1001) id 2371BDD1; Mon, 22 Oct 2012 03:49:51 +1100 (EST) Date: Mon, 22 Oct 2012 03:49:50 +1100 From: andrew clarke To: Patrick Lamaiziere Subject: Re: how many memory is needed for FreeBSD 9 ? Message-ID: <20121021164950.GA65075@ozzmosis.com> References: <20121021182159.38d1113b@davenulle.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121021182159.38d1113b@davenulle.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2012 16:50:05 -0000 On Sun 2012-10-21 18:21:59 UTC+0200, Patrick Lamaiziere (patfbsd@davenulle.org) wrote: > I'm updating an old laptop running FreeBSD 8.1 with 64 MB ram (44MB > available) but now FreeBSD 9.1 panics at boot time: > > panic: kmem_malloc(4194304): kmem_map too small: 24584192 allocated? That's one very old laptop. I think you'll need to install more memory or downgrade FreeBSD to an earlier version. 9.1-RELEASE isn't available yet, only 9.1-RC1 & RC2. Given it's prerelease code it's plausible the 9.1-RC2 kernel requires more memory at boot than 9.1-REL will. Attempting to boot 9.0-REL from CD on your laptop should answer that question. >From my limited testing under VirtualBox, 96 MB RAM is about the lower limit that will allow FreeBSD 9.1-RC2 to boot before the swap partition is enabled. Any less and the kernel will freeze or panic at boot. This was with the amd64 version though, not i386.