lkml.org 
[lkml]   [2001]   [Nov]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Dirty Page cache in 2.4
On Tue, Nov 06, 2001 at 10:55:57AM +0800, David Chow wrote:
> Dear all,
>
> I've heard the memory management in 2.4 swap out dirty pages. Is it true
> that dirty pages refer to the dirty pages of page cache and they may
> also be swapped out? Thanks.
>

No, very untrue.

To be more specific, there are dirty filesystem cache pages, and dirty
application pages. Dirty filesystem pages will be written to the FS, while
dirty application pages will be swapped out.

If an application page is chosen for swap out and it is not dirty, the VM
will just discard that page completely because it can beloaded from the app
or library on disk when needed again...

BTW, both VMs would do this. This behavior is very fundamental to VM design.

Mike
-
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/

\
 
 \ /
  Last update: 2005-03-22 13:12    [W:1.291 / U:0.308 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site