Re: [RFC] Arch option to touch newly allocated pages

Jeff Dike (jdike@karaya.com)
Tue, 05 Mar 2002 09:43:39 -0500


bcrl@redhat.com said:
> you only need to do the memsets once at startup of UML where the ram
> is allocated -> a uml booted with 64MB of ram would write into every
> page of the backing store file before even running the kernel.
> Doesn't that accomplish the same thing?

The other reason I don't like this is that, at some point, I'd like to
start thinking about userspace cooperating with the kernel on memory
management. UML looks like a perfect place to start since it's essentially
identical to the host making it easier for the two to bargain over memory.

Having UML react sanely to unbacked pages is a step in that direction, having
UML preemptively grab all the memory it could ever use isn't.

Jeff

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/