From owner-freebsd-questions Fri Oct 6 02:52:35 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA20153 for questions-outgoing; Fri, 6 Oct 1995 02:52:35 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id CAA20145 for ; Fri, 6 Oct 1995 02:52:28 -0700 Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id CAA27238; Fri, 6 Oct 1995 02:49:30 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id CAA00309; Fri, 6 Oct 1995 02:50:51 -0700 Message-Id: <199510060950.CAA00309@corbin.Root.COM> To: Ed Hudson cc: questions@freebsd.org, elh@spnet.com Subject: Re: kernel options for > 64mby In-reply-to: Your message of "Thu, 05 Oct 95 23:11:41 PDT." <199510060611.XAA00651@p54c.spnet.com> From: David Greenman Reply-To: davidg@Root.COM Date: Fri, 06 Oct 1995 02:50:45 -0700 Sender: owner-questions@freebsd.org Precedence: bulk > i hate to ask a question that has been asked and > answered a few times before, but... > > what kernel options/files require modification for > a machine with > 64mby? add this to your kerel config file: options "MAXMEM=131072" ...where "131072" is the size of memory in Kbytes - in the above example, this would be 128MB (128*1024). Someday I'll try to make this a bit more automatic. -DG