Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 285 Bytes

File metadata and controls

3 lines (2 loc) · 285 Bytes

#memory #linux

Similarly, when an application writes data to a file, the kernel may choose to buffer the data in the page cache before writing it to disk. This can improve performance by allowing the application to continue running while the kernel writes the data in the background.