Increasing memory on a FreeBSD 4.3

Dan Nelson dnelson at allantgroup.com
Wed Jul 2 11:26:16 PDT 2003


In the last episode (Jul 02), Sorin Chiorean said:
> I have increased memory on my FreeBSD from 128 Mb to 384 Mb.
>  
> I have a MAXMEM option in the Kernel configuration file :
> # Machine Information
> machine         "i386"
> cpu             "I686_CPU"
> ident           "test"
> maxusers        32
> options         MAXMEM=""131072"
> 
> How can I avoid to rebuild the kernel and to use all memory ?

Edit /boot/loader.conf and add a line like this:

hw.physmem="384M"

That will override the kernel MAXMEM value.

-- 
	Dan Nelson
	dnelson at allantgroup.com


More information about the freebsd-questions mailing list