Memory in a swapless machine

Maurizio Berti (mberti@thesis.deis.unibo.it)
Thu, 06 May 1999 10:55:37 +0200


My machine must have no swap at all and I'm wondering
how the kernel acts if physical memory is needed.
I think data pages are untouched: otherwise they'd be lost.
But what about code pages? Are these flushed and
then reloaded from the actual disk executable, or kept
in memory? And in the last case, how does the
memory manager deal with "out of memory" issue?

Thanks in advance. Maurizio Berti

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