Cached memory refers to both cached memory (that is currently usable) and used memory (that was previous cached)?
- by Pacerier
Hi all I was trying to confirm my understanding of "standby list" and "modified list" as stated in this article.
Is it true that "Cached memory" (as shown in the image below) refers to memory that is currently cached (available for use), and memory that was previous cached (previously available for use), but currently used (now not available for use) ?
So if x = "Cached memory" (1184), y = "modified cache pages", z = "cached and were modified",
x = y + z holds true ?