On Mon, 2005-07-25 at 08:16 -0500, Bogdan Antonovici wrote: > Yes, it was. After some research on the previous message i realized > that it run out of memory so i did mem=8M and it hasn't been crashed > since then. > I still would like to understand why that swap code was run when the > swapping wasn't activated at all.
The "swap" code also kicks in for things like mmap of a file, this is the same code path. Ben.