From owner-freebsd-stable Sun Aug 19 21:24: 8 2001 Delivered-To: freebsd-stable@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id A45EB37B413 for ; Sun, 19 Aug 2001 21:24:04 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.4/8.11.2) id f7K4O3a48306; Sun, 19 Aug 2001 21:24:03 -0700 (PDT) (envelope-from dillon) Date: Sun, 19 Aug 2001 21:24:03 -0700 (PDT) From: Matt Dillon Message-Id: <200108200424.f7K4O3a48306@earth.backplane.com> To: mike@trillium-hollow.org Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 4GB of memory with FreeBSD 4.3? References: Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Mike. Yah, this problem just came to light recently. There is a fix in the works which I hope to get into the upcoming 4.4 release. In the mean time the easiest thing for you to do is to drop the box down to 3G. Basically the problem is that the swap subsystem is trying to reserve way, way, way too much kernel virtual memory. It calculates a number relative to the amount of ram in the machine and that calculation is broken. Once you get the machine up, if you know how to compile up kernels, I can provide you with a patch that should get the machine working with 4G. If you don't know how to compile up kernels the best thing to do is to just leave it w/ 3G in until the 4.4 release (which will be at the end of this month / early next month). -Matt : :I am trying to install FreeBSD 4.3-RELEASE on a machine :with 4GB of memory. The motherboard is a SuperMicro 370DL3 :with a ServerWorks chipset. : :The installation kernel makes it almost all the way through :the boot sequence, to the point (I think) of running the :first user level process /stand/sysinstall. The last normal :output before the crash is: : : /stand/sysinstall running as init on vty0 : :it immediately panics before sysinstall gets a chance to :put up its colorful screen: : : panic: swap_pager_swap_init: swap_zone == NULL : :The system works fine if I cut the memory down to 3GB. : :So, questions: : :1. Is 4GB supposed to work in 4.3? Does it work with other boards? : :2. Any suggestions on fixing this so it works? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message