Memory Management
Page Cache
A part of the disk is maintained in physical RAM known as Page Cache. This cache is used to improve the performance of the system. A read or write from the physical memory is faster than from the disk.
The page cache consists of actual ph...
linux-kernel.hashnode.dev2 min read