Kernel

Page Cache

English

Overview

A kernel caching mechanism that keeps data read from disk in memory.

Details

By keeping the contents of a file in memory after it's read once, subsequent accesses can be served quickly without disk I/O. It's automatically freed when memory is needed elsewhere, which is why it's shown as a separate figure in the output of the `free` command.

More Linux terms