From owner-freebsd-hackers Mon Jul 21 19:06:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA27499 for hackers-outgoing; Mon, 21 Jul 1997 19:06:02 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA27494 for ; Mon, 21 Jul 1997 19:05:54 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.8.6/8.8.5) id VAA09073; Mon, 21 Jul 1997 21:05:49 -0500 (EST) From: "John S. Dyson" Message-Id: <199707220205.VAA09073@dyson.iquest.net> Subject: Re: MAX physical memory for FreeBSD ? In-Reply-To: <199707220110.SAA27799@monk.via.net> from Joe McGuckin at "Jul 21, 97 06:10:56 pm" To: joe@via.net (Joe McGuckin) Date: Mon, 21 Jul 1997 21:05:49 -0500 (EST) Cc: hackers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > Linux has a 1G limit on physical memory. > > What's the limit for FreeBSD? > There is no known limitation, other than the limitation due to the virtual space taken up by the kernel (256MB or so.) It is likely that a system as large as 1G would require a kernel that has 512M-1GB of virtual space. To attain that requires special tuning, but should work. Also, due to some unfortunate decisions in the BSDI startup-code, BSDI binary support is also broken when tuning the kernel size > 256MB. John