From owner-freebsd-isp Thu Jul 10 00:02:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA11132 for isp-outgoing; Thu, 10 Jul 1997 00:02:21 -0700 (PDT) Received: from uhf.wdc.net (uhf.wdc.net [198.147.74.44]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA11116 for ; Thu, 10 Jul 1997 00:02:15 -0700 (PDT) Received: from localhost (bad@localhost) by uhf.wdc.net (8.8.5/8.6.12) with SMTP id DAA02098; Thu, 10 Jul 1997 03:02:34 -0400 (EDT) Date: Thu, 10 Jul 1997 03:02:32 -0400 (EDT) From: Bernie Doehner X-Sender: bad@uhf.wdc.net To: Michael Slater cc: freebsd-isp@FreeBSD.ORG Subject: Re: More than 64 Megs In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hello, > I recently built a FreeBSD box with 128 Megs of ram. > I can only get it to recognize the first 64 megs. > > Anyone know how to solve this problem ? > > regards, > > Michael Slater options MAXMEM=(128*1024) in your kernel config file. See /sys/i386/conf/LINT. Bernie