Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jan 2003 11:39:37 -0600
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Matthew Emmerton <matt@gsicomp.on.ca>
Cc:        DoubleF <doublef@tele-kom.ru>, freebsd-questions@FreeBSD.ORG
Subject:   Re: Limiting kernel core usage
Message-ID:  <20030101173936.GC24622@dan.emsphone.com>
In-Reply-To: <008a01c2b1a9$7a0b3760$1200a8c0@gsicomp.on.ca>
References:  <20030101105702.27039.qmail@mail.tele-kom.ru> <008a01c2b1a9$7a0b3760$1200a8c0@gsicomp.on.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Jan 01), Matthew Emmerton said:
> > How do I stop my kernel from using a piece of core? I mean, if I
> > have 32MB of memory, how do i make it to use only the low 16,for
> > instance (not removing the chips themselves,though)?
> 
> I think setting MAXMEM in your kernel config file as follows will do what

If you just want to temporarily lower the memory usage (for testing,
perhaps), it's easier to just add this:

hw.physmem="16M"

to /boot/loader.conf and reboot.

-- 
	Dan Nelson
	dnelson@allantgroup.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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