且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在Linux中,缓冲区与缓存之间有什么区别?

更新时间:2023-11-12 22:22:58

缓冲区"表示有多少RAM专用于缓存磁盘块. 缓存"类似于缓冲区",只是这一次它缓存了来自文件读取的页面.

"Buffers" represent how much portion of RAM is dedicated to cache disk blocks. "Cached" is similar like "Buffers", only this time it caches pages from file reading.

引用来自: