Subject: Re: Question on USE_TOPDOWN_VM kernel config option
To: Johnny Billquist <bqt@update.uu.se>
From: None <ragge@ludd.luth.se>
List: port-vax
Date: 12/09/2003 08:22:28
> On Mon, 8 Dec 2003, Brian Chase wrote:
>
> > In -current, does the USE_TOPDOWN_VM option cause any significant
> > difference in its effect of how the /physical/ memory of a system gets
> > allocated (vs how it gets allocated without it?)
>
> Huh? USE_TOPDOWN_VM don't have anything to do with how phsycial memory is
> allocated.
>
Yes and no. The system needs to allocate less physical memory at startup
than it did before, and there is no boot-time limit of the max number of
processes anymore.
Setting MAXDSIZ to 1GB without USE_TOPDOWN_VM would make any system
run out of memory before it booted, with USE_TOPDOWN_VM it's not
affected at all.
-- Ragge