> For the complete documentation index, see [llms.txt](https://richardweiyang-2.gitbook.io/kernel-exploring/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://richardweiyang-2.gitbook.io/kernel-exploring/nei-cun-guan-li/00-index-1/03-big_picture.md).

# Big Picture

内存回收有那么点儿复杂，也涉及到了系统中很多地方。为了对这些做一个梳理，我整理了回收的大图。这样可以对全局有个了解。

下图中左边部分就是所谓的直接回收(direct reclaim)， 右边部分就是kswapd了。

![vmscan](/files/CTO95hxCsCeb10IIa9u5)
