Re: swapout selection change in pre1
From: Marcelo Tosatti <hidden>
Date: 2001-01-15 08:16:25
From: Marcelo Tosatti <hidden>
Date: 2001-01-15 08:16:25
On Mon, 15 Jan 2001, Jamie Lokier wrote:
Freeing pages aggressively from a process that's paging lots will make that process page more, meaning more aggressive freeing etc. etc.
First, we are not necessarily freeing pages from the process. We're just unmapping the pages and putting them on the inactive lists so they can be actually written to swap later when they become relatively old (because the process did not faulted the page in). Also, the process which is trying to free pages by itself will almost certainly do IO (to sync dirty pages), which avoids it from screwing up the system. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux.eu.org/Linux-MM/