[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: useless report -- perhaps memory allocation problems in 2.1.12[678]
Hi,
In article
<Pine.LNX.3.96.981116152322.20349E-100000@mirkwood.dummy.home>, Rik van
Riel <H.H.vanRiel@phys.uu.nl> writes:
> In 2.1.127+ the freeing of memory is done in the context of
> programs themselves too
It always has done: it's just a bit better at it in some situations now.
> and the whole system is busy freeing memory. This means that the
> kswapd-loop has now been migrated into other contexts as well. This,
> together with the fact that kswapd never blocks on disk access any
> more,
Yes it does. We don't pass GFP_WAIT to swap_out(), but that just means
that the swapout will be done asynchronously. We are still free to
write stuff out to swap, and in fact once we hit the limit on
outstanding IOs we may well block in the write.
--Stephen
--
This is a majordomo managed list. To unsubscribe, send a message with
the body 'unsubscribe linux-mm me@address' to: majordomo@kvack.org