File Systems

Swap

English

Overview

A mechanism that uses disk as virtual memory when physical memory runs short.

Details

A mechanism that evicts infrequently used pages to disk when physical memory runs short. Its performance is far worse than memory. Heavy swapping involves disk I/O and causes a severe slowdown, so watching whether swap usage keeps climbing -- with a tool like free -- matters in practice.

More Linux terms