Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Oct 1995 02:50:45 -0700
From:      David Greenman <davidg@Root.COM>
To:        Ed Hudson <elh_fbsd@spnet.com>
Cc:        questions@freebsd.org, elh@spnet.com
Subject:   Re: kernel options for > 64mby 
Message-ID:  <199510060950.CAA00309@corbin.Root.COM>
In-Reply-To: Your message of "Thu, 05 Oct 95 23:11:41 PDT." <199510060611.XAA00651@p54c.spnet.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
>	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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510060950.CAA00309>