Re: Swap

Bernd Eckenfels (ecki@lina.inka.de)
Mon, 19 Nov 2001 00:36:11 +0100


In article <20011118230540.A2042@werewolf.able.es> you wrote:
>>Yep. There's a reason for that: the kernel is *ALWAYS* able to swap pages out
>>to disk - even without "swap space". Disabling swapspace simply forces the
>>kernel to swap out more code, since it cannot swap out any data.
>>

> Sure ??? Where ?? What disk space uses it to swap pages to ?

It does not swap code pages out. It simply forgets them and reloads ("page
them in") them when needed.

Greeetings
Bernd
-
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/